Open AntoineMath opened 6 years ago
Fixed : my batch size was to big, i have a poor GTX970M and i set batch size to "1" ^^
Even after setting batch size to 1 I'm getting the same error. I have Quadro K260 graphics card.
i also face same problem-- i am using GeForce RTX 2070 Graphics Card Error: Task container finished with non-zero status: {'Error': None, 'StatusCode': 134} please give any solution
@AntoineMath @bakhtiar-afbl @Sharpyyy Hi guys, im facing the same issue when using supervisely. Would be glad to hear what solutions did u all made to solve the issue!
Did not get any solutions yet!
Same problem, did anyone find a solution yet?
The same thing happened to me when I set "gpu_devices"
to [ 1 ] in the config file.
But apparently, it should be
"gpu_devices": [ 0 ]
because [ 0 ] is an index to indicate one GPU device. Then, it worked for me.
I'm getting the same issue with a GTX970
Fixed : my batch size was to big, i have a poor GTX970M and i set batch size to "1" ^^
Did you fix this error by downsizing batch size???!!
@bakhtiar-afbl I am using same your gpu and I am getting the same error number, my batch size is Training : 3 and val: 3 any idea how to solve it?
@AntoineMath @Sharpyyy had you manged to solve the error?
@AbdullahAmer86 Not yet
I followed the video tutorial and when i want to train i get this error : RuntimeError: Task container finished with non-zero status: {'Error': None, 'StatusCode': 134}