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
For data augmentation, I deleted RecConAug completely because just combining 2 same images together sounds weird to me. I also used the following data augmentation
This discussion was converted from issue #10983 on June 04, 2024 06:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Because of the volume of data, there are 18750 iters of each training epoch, so I set
I changed the optimizer to use piecewise learning strategy
For data augmentation, I deleted
RecConAug
completely because just combining 2 same images together sounds weird to me. I also used the following data augmentationIn terms of batch size, I set 64 for both train and eval
For everything else, I left it as is.
Issue
I noticed the training accuracy went up really quickly. Just before the 1st epoch is finished, the acc is already near 97%.
Question
System
Beta Was this translation helpful? Give feedback.
All reactions