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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
when i set MIN_SIZE_TRAIN: (600,700,800,900,1000), i met the problem: ValueError: Type mismatch (<class 'int'> vs. <class 'tuple'>) with values (800 vs. (600, 700, 800, 900, 1000)) for config key: INPUT.MIN_SIZE_TRAIN, so how to set the yml file to multi-scale trainging?
thanks.
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
when i set
MIN_SIZE_TRAIN: (600,700,800,900,1000)
, i met the problem:ValueError: Type mismatch (<class 'int'> vs. <class 'tuple'>) with values (800 vs. (600, 700, 800, 900, 1000)) for config key: INPUT.MIN_SIZE_TRAIN
, so how to set the yml file to multi-scale trainging?thanks.
The text was updated successfully, but these errors were encountered: