Browse Source

rename

plotting-unify
Michael Pilosov, PhD 9 months ago
parent
commit
036ea839ea
  1. 4
      newsearch.py

4
newsearch.py

@ -24,7 +24,7 @@ dropouts = [0, 0.5]
# widths, depths = [512], [4]
batch_size_values = [64, 256]
max_epochs_values = [720] # at 12fps 720 frames = 60s
max_epochs_values = [720 * 3] # at 12fps 720 frames = 60s
seeds = list(range(21, 1992))
optimizers = [
# "Adagrad",
@ -97,7 +97,7 @@ cd ~/colors && python newmain.py fit \
studio = Studio("colors-animate-jobs")
studio.install_plugin("jobs")
job_plugin = studio.installed_plugins["jobs"]
job_name = f"colors-animate-20240303-{idx+1}"
job_name = f"hour-colors-20240303-{idx+1}"
job_plugin.run(cmd, machine=Machine.T4, name=job_name)
# Run the command and wait for it to complete

Loading…
Cancel
Save