Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'TrainerNoMeta' object has no attribute 'build_meta_train_loader' #5

Open
wqian11 opened this issue Nov 9, 2022 · 0 comments

Comments

@wqian11
Copy link

wqian11 commented Nov 9, 2022

-- Process 1 terminated with the following error:
Traceback (most recent call last):
File "/home/ff/anaconda3/envs/wjj_UniT/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 59, in _wrap
fn(i, *args)
File "/home/ff/anaconda3/envs/wjj_UniT/lib/python3.8/site-packages/detectron2/engine/launch.py", line 125, in _distributed_worker
main_func(*args)
File "/home/ff/Wjj/Code/UniT/scripts/train_VOC.py", line 49, in main
trainer = TrainerNoMeta(cfg)
File "/home/ff/Wjj/Code/UniT/../UniT/engine/defaults.py", line 259, in init
self.meta_data_loader = self.build_meta_train_loader(cfg)
AttributeError: 'TrainerNoMeta' object has no attribute 'build_meta_train_loader'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant