TimoSaemann / ENet

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
577 stars 276 forks source link

Please note that the BN layer has a NAN bug! #52

Open fcheng-cv opened 6 years ago

fcheng-cv commented 6 years ago

During training, the BN layer will output NAN value. It's probably due to the base CAFFE version, please refer to the following link for the details: https://github.com/BVLC/caffe/pull/5136