chickenbestlover / RNN-Time-series-Anomaly-Detection

RNN based Time-series Anomaly detector model implemented in Pytorch.
Apache License 2.0
1.17k stars 316 forks source link

resume problem #46

Open cdycdy666 opened 2 years ago

cdycdy666 commented 2 years ago

when i use resume=True to keep training model, but the parameters don't change, the loss don't go down. How can i figure it out ?