tinymind_competition
tinymind_competition copied to clipboard
训练错误
运行bash ./train.sh ,使用resnext-50模型,出现错误:
9, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [13:38:02] src/storage/./pooled_storage_manager.h:108: cudaMalloc failed: out of memory
显存不够, 减小batch_size,或者减小data_shape, 效果可能会有变化,: )