andrewfoong commited on
Commit
f0d29c6
1 Parent(s): f68375a

Upload 2aa_config.yaml

Browse files
Files changed (1) hide show
  1. 2aa_config.yaml +88 -0
2aa_config.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: 2AA-1-big
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: 64
8
+ latent_mlp_hidden_dims:
9
+ - 256
10
+ num_coupling_layers: 12
11
+ num_transformer_layers: 6
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: 1000000
38
+ batch_size: 256
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/2AA-1-large
50
+ device: cpu
51
+ cache_size: 8
52
+ random_velocs: true
53
+ beta: 0.1
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/2AA-1-big/step_width_1000000
70
+ dataset_cache_dir: .data
71
+ dataset_use_lmdb: true
72
+ pdb_dir: /mnt/simulated-data/trajectory-data/2AA-1-large
73
+ output_folder: /mnt/output/projects/timewarp/amlt-results/7328294309.72749-b6024015-4a4c-4fb3-92d3-f4b6ff86975a
74
+ enable_profiler: false
75
+ saved_model_path: /mnt/default/projects/timewarp/amlt-results/7329812703.49702-998fb2c0-84c9-4ee6-b8be-cbe29511a372
76
+ valid_batch_size: 256
77
+ min_check_point_iters: 500
78
+ random_velocities: true
79
+ warm_start: true
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.2