Kavya Shankar
Results
3
comments of
Kavya Shankar
I'm choosing the best loss and trying to save the model............. if val_loss < best_loss: print("Best validation loss improved from {} to {}".format(best_loss, val_loss)) print() net_copy = copy.deepcopy(model) # save...
> Hi @kkavyashankar0009 , > > Sorry but this contains just an extract of your code and I can't reproduce this it contains many missing bits and many things totally...