[MMSIG] Add new configuration files for SlowFast #2753
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new configuration files for SlowFast.
I have completed the modifications to the new config file, but I am unable to resolve these warnings when committing. How should I handle them? or should I ignore them?
Warning Details:
configs/dgcnn/recognition/slowfast/slowfast_r101_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb import ' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r101_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.' imported but unused
configs/dgcnn/recognition/slowfast/slowfast_r101_r50_32xb8_4x16x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb import ' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r101_r50_32xb8_4x16x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.' imported but unused
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8-8x8x1_steplr_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb import ' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8-8x8x1_steplr_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.' imported but unused
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:18:5: F403 'from ...base.default_runtime import *' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:19:5: F403 'from ...base.models.slowfast_r50 import *' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:130:1: F405 'default_hooks' may be undefined, or defined from star imports: ...base.default_runtime, ...base.models.slowfast_r50
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb import ' used; unable to detect undefined names
configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.' imported but unused