You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author,I'm debugging your model recently. I'm confused about some parameters in defaults.py. They are the following parameters:
_C.INPUT.FS.FEW_SHOT = False
_C.INPUT.BASE_CLASS_MEMORY= 60
_C.INPUT.FS.SUPPORT_EXCLUDE_QUERY = False
and why _C.DATASETS.TRAIN_KEEPCLASSES = 'all', _C.DATASETS.TEST_KEEPCLASSES = ' '
Is that mean try on all classes but test only on base classes?
Could you please help me,thanks a lot.
The text was updated successfully, but these errors were encountered:
Dear author,I'm debugging your model recently. I'm confused about some parameters in defaults.py. They are the following parameters:
_C.INPUT.FS.FEW_SHOT = False
_C.INPUT.BASE_CLASS_MEMORY= 60
_C.INPUT.FS.SUPPORT_EXCLUDE_QUERY = False
and why _C.DATASETS.TRAIN_KEEPCLASSES = 'all', _C.DATASETS.TEST_KEEPCLASSES = ' '
Is that mean try on all classes but test only on base classes?
Could you please help me,thanks a lot.
The text was updated successfully, but these errors were encountered: