-
Notifications
You must be signed in to change notification settings - Fork 158
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
assert Config.cls_2 ^ Config.cls_2xmul AssertionError #67
Comments
Have you solved it? |
No, but I know the reason. |
You can use this |
Thank you !!! |
can u explain the meaning of cls_2 and cls_mul? thanks! |
Namespace(auto_resume=False, backbone='resnet50', base_lr=0.0008, check_point=5000, cls_2=False, cls_lr_ratio=10.0, cls_mul=False, crop_resolution=448, dataset='CUB', decay_step=60, discribe='', epoch=360, resize_resolution=512, resume=None, save_point=5000, start_epoch=0, swap_num=[7, 7], train_batch=16, train_num_workers=16, val_batch=512, val_num_workers=32)
Traceback (most recent call last):
File "e:/graduation_project/object_detection-master/DCL-master/train.py", line 95, in
assert Config.cls_2 ^ Config.cls_2xmul
AssertionError
The text was updated successfully, but these errors were encountered: