From b195d809c725950716bdea935570b48450686ec7 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Mon, 12 Sep 2022 13:45:58 -0700 Subject: [PATCH] Reorganize config jsons --- ...reduced_len.json => cath_full_angles.json} | 0 ..._timesteps_reduced_len_partial_angles.json | 31 ------------------- 2 files changed, 31 deletions(-) rename config_jsons/{full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len.json => cath_full_angles.json} (100%) delete mode 100644 config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len_partial_angles.json diff --git a/config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len.json b/config_jsons/cath_full_angles.json similarity index 100% rename from config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len.json rename to config_jsons/cath_full_angles.json diff --git a/config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len_partial_angles.json b/config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len_partial_angles.json deleted file mode 100644 index 92645e8..0000000 --- a/config_jsons/full_run_canonical_angles_only_zero_centered_1000_timesteps_reduced_len_partial_angles.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "angles_definitions": "canonical-minimal-angles", - "zero_center": true, - "timesteps": 1000, - "max_seq_len": 128, - "min_seq_len": 40, - "trim_strategy": "randomcrop", - "variance_schedule": "linear", - "variance_scale": 1.0, - "time_encoding": "gaussian_fourier", - "position_embedding_type": "relative_key", - "num_hidden_layers": 12, - "hidden_size": 384, - "intermediate_size": 768, - "num_heads": 12, - "dropout_p": 0.1, - "decoder": "mlp", - "gradient_clip": 1.0, - "lr": 5e-5, - "loss": "smooth_l1", - "l2_norm": 0.0, - "l1_norm": 0.0, - "circle_reg": 0.0, - "lr_scheduler": "LinearWarmup", - "min_epochs": 10000, - "max_epochs": 10000, - "early_stop_patience": 0, - "use_swa": false, - "batch_size": 64, - "multithread": true -} \ No newline at end of file