andrewfoong commited on
Commit
ba22929
1 Parent(s): 1283f00

Upload 4aa_config.yaml

Browse files
Files changed (1) hide show
  1. 4aa_config.yaml +88 -0
4aa_config.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: 4AA-big2
2
+ model_config:
3
+ model_type: custom_attention_transformer_nvp
4
+ transformer_cvae_config: null
5
+ transformer_nvp_config: null
6
+ custom_transformer_nvp_config:
7
+ atom_embedding_dim: 128
8
+ latent_mlp_hidden_dims:
9
+ - 2048
10
+ num_coupling_layers: 16
11
+ num_transformer_layers: 16
12
+ encoder_layer_config:
13
+ d_model: 128
14
+ dim_feedforward: 2048
15
+ dropout: 0.0
16
+ num_heads: 6
17
+ attention_type: kernel
18
+ lengthscales:
19
+ - 0.1
20
+ - 0.2
21
+ - 0.5
22
+ - 0.7
23
+ - 1.0
24
+ - 1.2
25
+ max_radius: null
26
+ normalise_kernel_values: true
27
+ cheb_order: null
28
+ force_asymptotic_zero: null
29
+ position_layer_index_mod_2: 0
30
+ conditional_flow_density:
31
+ scale_requires_grad: true
32
+ ignore_conditional_velocity: true
33
+ use_displacement_as_target: true
34
+ equivariant_nvp_config: null
35
+ gaussian_density_transformer_config: null
36
+ graphormer_nvp_config: null
37
+ step_width: 100000
38
+ batch_size: 64
39
+ num_epochs: 100000000
40
+ patience: 100
41
+ data_augmentation: true
42
+ measure_equivariance_discrepancy: false
43
+ use_aml_logging: false
44
+ loss:
45
+ nll: null
46
+ nll_and_energy: null
47
+ nll_and_acceptance:
48
+ openmm_provider:
49
+ pdb_dirs: /mnt/simulated-data/trajectory-data/4AA
50
+ device: cpu
51
+ cache_size: 8
52
+ random_velocs: true
53
+ beta: 0.0
54
+ clamp: false
55
+ num_samples: 1
56
+ weights:
57
+ - 0.9
58
+ - 0.1
59
+ pre_softmax_weights: null
60
+ loss_schedule: null
61
+ run_prefix: ''
62
+ optimizer: Lamb
63
+ learning_rate: 1.0e-05
64
+ warmup_steps: 1000
65
+ weight_decay: 0.0
66
+ clip_grad_norm: 100.0
67
+ seed: 0
68
+ randomise_seed: true
69
+ data_dir: /mnt/lmdb-simulated-data/trajectory-data/4AA-big2/step_width_100000
70
+ dataset_cache_dir: .data
71
+ dataset_use_lmdb: true
72
+ pdb_dir: /mnt/simulated-data/trajectory-data/4AA
73
+ output_folder: /mnt/output/projects/timewarp/amlt-results/7327065479.65140-4ac81810-81dc-4bba-bb5b-03a44edc313b
74
+ enable_profiler: false
75
+ saved_model_path: /mnt/default/projects/timewarp/amlt-results/7328526925.13393-e5d91ef8-97b8-4566-a61d-447608055d22
76
+ valid_batch_size: 512
77
+ min_check_point_iters: 1000
78
+ random_velocities: true
79
+ warm_start: false
80
+ num_pdbs_per_local_batch: 4
81
+ equal_data_spacing: false
82
+ run_valid_first: false
83
+ lr_scheduler:
84
+ type: plateau
85
+ factor: 0.5
86
+ iteration_patience: 10000
87
+ logging_period: 100
88
+ alpha: 0.1