-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training problem #29
Comments
I dont know, can you provide a training sample or you can check you annotations, see samples in training_samples/ |
it stuck alot in sleep(0.01) I had a dataset that has x1,y1,x2,y2 and it's all about 1 class for each image it may go through sleep(0.01) alot of times between reading the image in the generator function and the end of this function what could be wrong ? also i have a GPU that has 6GB ram would it be a problem ? |
you may try to reduce the number of readers and batch size |
hello @rmmal can you please share the code that you used to convert annotations? |
@rmmal hello, how did you fix the problem about sleep(0.01) ? |
@InesBeltaief if you have x1 , y1 , x2 , y2 |
@yangxuehang there was a problem in my paths and dataset |
I have a dataset that has 12982 images
when i started training it , i used 24 reader but all what i see is
) -> (device: 0, name: GeForce GTX 980 Ti, pci bus id: 0000:23:00.0)
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
12982 training images in /media/rmmal/data/East_data/
and the gpu utilization is 95% and all the 24 core are 100%
it has been 1 hour till now and nothing changed ?
so is there any thing wrong happened ?
The text was updated successfully, but these errors were encountered: