-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Fix]: fix multi-batch test problem #95
[Fix]: fix multi-batch test problem #95
Conversation
…in test_part_aggregation_ROI_head
Make the unit test data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing maybe needed to be improve is the size of .npz file. Saving it as .bin file or using other data type (like reduce float32 to float16) may help?
* align mmedit static cfg * add docstring for mmcls * update * update for mmdet * update for mmseg * update for mmocr * resolve comments * add doc for mmedit * add docstring for mmcls * update * update for mmdet * update for mmseg * update for mmocr * add doc for mmedit * resolve comments * resolve comments * add type hint * resolve comments * resolve comments Co-authored-by: SingleZombie <[email protected]>
1.Fix #89
2. fix unittest bug in test_part_aggregation_ROI_head.