e-lab / ENet-training

351 stars 88 forks source link

getting inf loss #33

Closed Fromandto closed 8 years ago

Fromandto commented 8 years ago

I am training camvid at 240*320 with 32 classes

now it is training the encoder

however, Train Error and Test Error are both -inf

I thought there may be something wrong with the label protocol

any clues about why this happens ?

Fromandto commented 8 years ago

this problem is solved by using this camvid dataset

https://github.com/alexgkendall/SegNet-Tutorial/tree/master/CamVid

at 360*480 with 13 classes

it seems that the problem is indeed caused by label protocol

although don't know why still, at least i can get it running for now