Viredery/tf-eager-fasterrcnn

when I run section #overfit a sample# in train_model.ipynb, it appears. How can I solve it?

ily666666 opened this issue · 1 comments

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]

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.