You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
num_val_samples = ? # I assume you would rather sample over the year?
learning_rate = 0.001 # was this used as starting? Noting ReduceLROnPlateau(monitor="val_loss", factor=0.5, patience=30, mode='min', min_delta=0.0001, cooldown=0, min_lr=0
Hi
I would like to reproduce the results on https://kappazeta.ee/blog/make-the-globe-cloud-free-with-kappamaskv2 and I am using pytorch.
I request info:
ReduceLROnPlateau(monitor="val_loss", factor=0.5, patience=30, mode='min', min_delta=0.0001, cooldown=0, min_lr=0
EarlyStopping(monitor="val_loss", mode='min', patience=50)
The text was updated successfully, but these errors were encountered: