princewang1994 / R-FCN.pytorch

A Pytorch Implementation of R-FCN/CoupleNet
MIT License
64 stars 18 forks source link

Loss is nan #7

Closed yuyijie1995 closed 5 years ago

yuyijie1995 commented 5 years ago

My parameter is like these --arch rfcn \ --dataset pascal_voc --net res101 \ --bs 2 --nw 4 \ --lr 0.0001 --lr_decay_step 5\ --cuda 2018-10-24 14-45-05 But in the first iter the loss is already Nan ,what should I do?