pytorch-retinanet
pytorch-retinanet copied to clipboard
value cannot be converted to type double without overflow:
Is it required to install specific pytorch or do some trick to get rid of this?
==> Preparing data..
Epoch: 0
loc_loss: 0.116 | cls_loss: 3791.763 | train_loss: 3791.878 | avg_loss: 3791.878
loc_loss: 0.088 | cls_loss: 1283.638 | train_loss: 1283.725 | avg_loss: 2537.802
loc_loss: 0.093 | cls_loss: 8380.014 | train_loss: 8380.107 | avg_loss: 4485.237
loc_loss: 0.095 | cls_loss: 2.312 | train_loss: 2.407 | avg_loss: 3364.530
Traceback (most recent call last):
File "train.py", line 114, in
@coldgemini Try reducing the learning rate. I changed the default learning rate to lr = 1e-10. It works
Thanks