-
Notifications
You must be signed in to change notification settings - Fork 9
Issues: ggjy/DeFeat.pytorch
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Successfully load teacher network checkpoint. Traceback (most recent call last): File "tools/train_kd.py", line 204, in <module> main() File "tools/train_kd.py", line 200, in main meta=meta) File "/home/Disk-2T/DeFeat.pytorch-main/mmdet/apis/train.py", line 532, in train_detector_kd meta=meta) TypeError: 'module' object is not callable 为什么会报这种错误呀 我使用的命令:python tools/train_kd.py --validate --work-dir /home/Disk-2T/DeFeat.pytorch-main --config configs/kd_faster_rcnn/voc_stu_faster_rcnn_r50_decouple_neck.py --config-t /home/Disk-2T/DeFeat.pytorch-main/configs/kd_faster_rcnn/voc_tea_faster_rcnn_r101.py 大家帮我看看
#16
opened Nov 23, 2021 by
shuizaola
Where is the setting of temperature parameters for the consistency loss?
#6
opened Jun 9, 2021 by
Son-Goku-gpu
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.