Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train args #33

Open
robmarkcole opened this issue Nov 27, 2024 · 0 comments
Open

Train args #33

robmarkcole opened this issue Nov 27, 2024 · 0 comments

Comments

@robmarkcole
Copy link

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:

  • num_train_samples = ?
  • 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
  • batch_size = ?
  • num_epochs = ? # noting EarlyStopping(monitor="val_loss", mode='min', patience=50)
  • input_shape = (512, 512, 10) # I note 13 here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant