marco-rudolph / cs-flow

This is the official repository to the WACV 2022 paper "Fully Convolutional Cross-Scale-Flows for Image-based Defect Detection" by Marco Rudolph, Tom Wehrbein, Bodo Rosenhahn and Bastian Wandt.
111 stars 30 forks source link

Extend Score_Observer to every starting epoch #13

Closed AlessioGalluccio closed 2 years ago

AlessioGalluccio commented 2 years ago

If the starting epoch of the training is different from 0, Score_Observer throws an error. This can be problematic if we want to resume training. This simple fix makes Score_Observer independent from the number of the starting epoch

marco-rudolph commented 2 years ago

Thank you!