pytorch-beginner
pytorch-beginner copied to clipboard
why can‘t I set a batch size larger than 12?
if I set batch_size=32 it returns "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)" but when I set batch_size=10(<12) the model works normally.. Dose someone had the same problem with me ?