augmentedstartups / yolov3workflow

This workflow aims to make it easy to train and execute Yolo v3 object detection on Windows.
116 stars 102 forks source link

I get an error when i try to press "Training" #2

Open AntoineMath opened 6 years ago

AntoineMath commented 6 years ago

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}

error training

AntoineMath commented 6 years ago

Fixed : my batch size was to big, i have a poor GTX970M and i set batch size to "1" ^^

sushantgundla commented 5 years ago

Even after setting batch size to 1 I'm getting the same error. I have Quadro K260 graphics card. screenshot 13

bakhtiar-afbl commented 5 years ago

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 screenshot from 2019-02-09 17-26-11

danieltwx commented 5 years ago

@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!

sushantgundla commented 5 years ago

Did not get any solutions yet!

ikomhoog commented 4 years ago

Same problem, did anyone find a solution yet?

aparico commented 4 years ago

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.

fourcolors commented 3 years ago

I'm getting the same issue with a GTX970

97Fekim commented 3 years ago

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???!!

AbdullahJirjees commented 2 years ago

@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?

AbdullahJirjees commented 2 years ago

@AntoineMath @Sharpyyy had you manged to solve the error?

SushantGundla-Draup commented 2 years ago

@AbdullahAmer86 Not yet