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
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
When I run the SLOWFAST_8x8_R50.yaml, the following error occurs,I can't find useful information in config file.
Traceback (most recent call last):
File "tools/run_net.py", line 50, in
main()
File "tools/run_net.py", line 32, in main
launch_job(cfg=cfg, init_method=args.init_method, func=train)
File "/home/wy/TimeSformer-main/timesformer/utils/misc.py", line 300, in launch_job
func(cfg=cfg)
File "/home/wy/TimeSformer-main/tools/train_net.py", line 410, in train
model = build_model(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/build.py", line 36, in build_model
model = MODEL_REGISTRY.get(name)(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/video_model_builder.py", line 175, in init
self._construct_network(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/video_model_builder.py", line 398, in _construct_network
self.head_name = "head{}".format(cfg.TASK)
File "/home/anaconda3/envs/timesformer/lib/python3.7/site-packages/yacs/config.py", line 141, in getattr
raise AttributeError(name)
AttributeError: TASK
The text was updated successfully, but these errors were encountered:
When I run the SLOWFAST_8x8_R50.yaml, the following error occurs,I can't find useful information in config file.
Traceback (most recent call last):
File "tools/run_net.py", line 50, in
main()
File "tools/run_net.py", line 32, in main
launch_job(cfg=cfg, init_method=args.init_method, func=train)
File "/home/wy/TimeSformer-main/timesformer/utils/misc.py", line 300, in launch_job
func(cfg=cfg)
File "/home/wy/TimeSformer-main/tools/train_net.py", line 410, in train
model = build_model(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/build.py", line 36, in build_model
model = MODEL_REGISTRY.get(name)(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/video_model_builder.py", line 175, in init
self._construct_network(cfg)
File "/home/wy/TimeSformer-main/timesformer/models/video_model_builder.py", line 398, in _construct_network
self.head_name = "head{}".format(cfg.TASK)
File "/home/anaconda3/envs/timesformer/lib/python3.7/site-packages/yacs/config.py", line 141, in getattr
raise AttributeError(name)
AttributeError: TASK
The text was updated successfully, but these errors were encountered: