Closed mmoffatt2 closed 7 months ago
-added patience argparse parameter to train.py -if self.best_val_loss doesn't improve after "patience" number of steps, then train.py will exit early
Note: self.best_val_loss is checked after each step, not iteration
Looks good :+1: merging
-added patience argparse parameter to train.py -if self.best_val_loss doesn't improve after "patience" number of steps, then train.py will exit early
Note: self.best_val_loss is checked after each step, not iteration