mmagic
mmagic copied to clipboard
some problems about training
I encountered this problem when I train the sliding window-based VSR model using ”train_dataset_type = 'SRREDSDataset'”. I even try 2 GPUs for training, but the problems still happened.
I think the dataset is not properly arranged or configured. The length of the dataset is actually less than 2xbatch_size.
How about using 1 GPU or a smaller batch_size?
Closing due to inactivity, please reopen if there are any further problems.