Open YRDTSS opened 4 years ago
Error display during training: "Expected 4-dimensional input for 4-dimensional weight [64, 3, 7, 7], but got input of size [4, 10, 3, 320, 320] instead". I don't know why this error was reported.
You should set 1 image in 1 batch. If you only have 1 GPU, please set bs=1.
bs=1
Thank you for your reply. It is very helpful.
Error display during training: "Expected 4-dimensional input for 4-dimensional weight [64, 3, 7, 7], but got input of size [4, 10, 3, 320, 320] instead". I don't know why this error was reported.