You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you please check how to get over from this error?
Traceback (most recent call last):
File "run_net.py", line 25, in
main()
File "run_net.py", line 17, in main
cfg = load_config(args)
File "/home/ddf/PycharmProjects/sfex/slowfast/slowfast_feature_extractor/configs/custom_config.py", line 57, in load_config
if args.cfg_file is not None:
AttributeError: 'Namespace' object has no attribute 'cfg_file
The text was updated successfully, but these errors were encountered:
Hi I've got this error when i run on this command.
python run_net.py --cfg ./configs/SLOWFAST_8x8_R50.yaml
would you please check how to get over from this error?
Traceback (most recent call last):
File "run_net.py", line 25, in
main()
File "run_net.py", line 17, in main
cfg = load_config(args)
File "/home/ddf/PycharmProjects/sfex/slowfast/slowfast_feature_extractor/configs/custom_config.py", line 57, in load_config
if args.cfg_file is not None:
AttributeError: 'Namespace' object has no attribute 'cfg_file
The text was updated successfully, but these errors were encountered: