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
Since the validation and test sets are smaller, it is in my opinion most useful to have them run first - such that if they fail, we get a signal right away.
For me, the train split takes 8~ hours, and who knows, might fail at the end.
The text was updated successfully, but these errors were encountered:
To catch errors early, I recommend to swap the order of the splits here:
multimodalhugs/multimodalhugs/data/datasets/pose2text.py
Lines 50 to 72 in adcc3ea
validation
,test
, thentrain
Since the validation and test sets are smaller, it is in my opinion most useful to have them run first - such that if they fail, we get a signal right away.
For me, the
train
split takes 8~ hours, and who knows, might fail at the end.The text was updated successfully, but these errors were encountered: