BirdCLEF2017
BirdCLEF2017 copied to clipboard
Error in training on own data
I got the following error on trying to train with my own data. I followed the instructions in README.md . Can you explain what is happening?
Traceback (most recent call last):
File "birdCLEF_train.py", line 791, in
This is a memory error, typically raised when the GPU runs out of memory. There are basically two things you can do: Reduce the Batch Size or reduce the net complexity (less filters). You can also reduce the image resolution, but that requires more adjustments and might not be as applicable as the other two strategies.