mbrossar / ai-imu-dr

AI-IMU Dead-Reckoning
MIT License
788 stars 222 forks source link

Training Loss of the network is fluctuating alot. #87

Open Akudavale opened 7 months ago

Akudavale commented 7 months ago

Hello Everyone , @mbrossar @marooncn

i have been working on this paper to tuen the network in MesNet() which is used for trainig the noise covarience matric Nn.

Initially i just run the model for 400 epochs without any change in Learning rate and Weightdecay. I stored all the losses calculated by network for each epoch, and lated ploted the graph loss vvs epoch. I have noticed that Loss of the network is fluctuating heavily.

Later I started tuning the network and changed Learning rate and weight decay even introcuced scheduler. But, my effort were in vein as the model's loss kept fluctuating without any significance change from previous publishe values.

I request, if anyone is working on tuning the CNN or optimizingthe CNN. Help me out from this situation.

Thankyou.