seominseok0429 / Real-world-Anomaly-Detection-in-Surveillance-Videos-pytorch

Real-world Anomaly Detection in Surveillance Videos- pytorch Re-implementation
102 stars 24 forks source link

Query Related to Number of Epoch and Loss #7

Closed Zain-Gill123 closed 1 year ago

Zain-Gill123 commented 2 years ago

Hello! I am new to python and NN. I wanted to know for how many EPOCH should I train this model? Also, is there any limit to how low the LOSS can be? And should one stop training if the LOSS is not reducing? Any other information a newbie should have regarding the LOSS VALUE and the EPOCH?

Any type of comments would be highly appreciated! Cheers!

-Zain

seominseok0429 commented 2 years ago

You only need to run 75 epochs. This code stores the highest AUC for 75 epochs.