You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run section #overfit a sample# in train_model.ipynb, it appears. How can I solve it?
OOM when allocating tensor with shape[1,1024,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc [Op:FusedBatchNormV3]
The text was updated successfully, but these errors were encountered:
It looks like your GPU memory is not sufficient to run this network. Maybe change backbone to ResNet50 or ResNet18. However I don't have relative pre-trained weights unfortunately.
when I run section #overfit a sample# in train_model.ipynb, it appears. How can I solve it?
OOM when allocating tensor with shape[1,1024,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc [Op:FusedBatchNormV3]
The text was updated successfully, but these errors were encountered: