Ty-Perez commited on
Commit
a6478e3
·
verified ·
1 Parent(s): 29f0668

Upload model config

Browse files
Files changed (1) hide show
  1. input.yaml +83 -0
input.yaml ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ add_head_to_pred: false
2
+ allow_periodic: true
3
+ atom_filter: -1
4
+ batch_size: 142
5
+ beta1: 0.9
6
+ beta2: 0.999
7
+ cell_repeat_iters: 2
8
+ contrastive_loss_weight: 0.0
9
+ create_contrastive_loss: false
10
+ ctr_init_tau: 0.1
11
+ dataset: AlexMP20
12
+ dataset_arg: null
13
+ dataset_root: tmp/alexmp20
14
+ denoising_only: true
15
+ denoising_weight: 1.0
16
+ derivative: null
17
+ distributed_backend: ddp
18
+ droppath_warmup: false
19
+ early_stopping_patience: 150
20
+ ema_alpha_dy: 1.0
21
+ ema_alpha_y: 1.0
22
+ energy_weight: 0.0
23
+ final_droppath: 0.0
24
+ force_weight: 1.0
25
+ gpu_ids: null
26
+ gradient_clipping: 1.0
27
+ graph_cutoff: 5.0
28
+ inference_batch_size: 142
29
+ init_droppath: 0.15
30
+ job_id: cet-amp20_b142n1_0
31
+ load_epoch: -1
32
+ load_model: null
33
+ log_dir: experiments/cet-amp20_b142n1_0
34
+ lr: 0.0005
35
+ lr_cosine_length: 800000
36
+ lr_factor: 0.8
37
+ lr_min: 1.0e-07
38
+ lr_patience: 15
39
+ lr_schedule: cosine
40
+ lr_warmup_steps: 10000
41
+ max_bonds_rotated: 0
42
+ max_epochs_per_run: 3000000
43
+ max_neighbors: 32
44
+ max_time_minutes: null
45
+ model_config: configs/model_configs/scd.yaml
46
+ model_momentum: 0.996
47
+ momentum_update: false
48
+ neighbor_method: brute
49
+ ngpus: -1
50
+ noise_in_loader: true
51
+ noise_scale: 0.04
52
+ num_epochs: 3000
53
+ num_nodes: 1
54
+ num_steps: 800000
55
+ num_workers: 6
56
+ p_cell_repeat: 0.5
57
+ p_invert: 0.0
58
+ precision: 32
59
+ pretrained_model: null
60
+ pretraining: true
61
+ prior_model: null
62
+ random_rotate: false
63
+ redirect: false
64
+ reset_embeddings: false
65
+ reset_head: false
66
+ reset_norms: null
67
+ restart: true
68
+ save_interval: 1
69
+ seed: 1
70
+ self_cond: true
71
+ splits: null
72
+ standardize: false
73
+ test_interval: 1
74
+ test_size: 100
75
+ torsion_angle_std: 0.0
76
+ train_size: null
77
+ use_ema_model: false
78
+ val_ema_model: false
79
+ val_interval: 1
80
+ val_size: 100
81
+ wandb_notes: ''
82
+ weight_decay: 0.05
83
+ weight_decay_on_head: false