FewX
FewX copied to clipboard
ValueError: Milestone must be smaller than total number of updates
I got the error when I run the sh all.sh. It seems like milestone is always same as the total number of updates. How could I fix the error?
Same with me
I change the code in detectron2's built.py to let the milestone less than total number of updates. You can try that. It can run but I am not sure if it will cause some unknow error.
I guess it also a problem caused by updated detectron. I changed the MAX_ITER in the FewX/configs/fsod/Base-FSOD-C4.yaml slightly bigger(120001) and it did work.