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
Hi,
I am using google colab for training on my custom dataset. I am facing memory error, I have 1800 images in which 1300 are training images, 300 valid and 200 test images. I tried training on 512 input bs=16 and error occurs, so I tried multiple combinations and still getting the error. Combinations tried bs=8, bs=4 with input 512. bs=16,8,4,1 with input 300.
Could you please recommend how much GPU memory should I use to train my model.
The text was updated successfully, but these errors were encountered:
Hi,
I am using google colab for training on my custom dataset. I am facing memory error, I have 1800 images in which 1300 are training images, 300 valid and 200 test images. I tried training on 512 input bs=16 and error occurs, so I tried multiple combinations and still getting the error. Combinations tried bs=8, bs=4 with input 512. bs=16,8,4,1 with input 300.
Could you please recommend how much GPU memory should I use to train my model.
The text was updated successfully, but these errors were encountered: