Semi-supervised-learning icon indicating copy to clipboard operation
Semi-supervised-learning copied to clipboard

There seems to be something strange when the data is loading

Open MellowMemories opened this issue 1 year ago • 5 comments

image Look at this official configuration written by USB, which means that for every training epoch, it will perform 1024 iterations, and each iteration will use 8 labeled images. Therefore, we can conclude that for each epoch, we would need 1024 * 8 = 8192 labeled images . However, in this configuration, we only have 400 labeled images . I don’t understand this. How can it work? Is it reasonable? By the way, I am a complete novice in deep learning and semi-supervised learning. Thanks a lot!

### Tasks

MellowMemories avatar Feb 17 '24 15:02 MellowMemories