forked from camlab-ethz/poseidon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweep.yaml
57 lines (57 loc) · 948 Bytes
/
sweep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
project: <WANDB_PROJECT>
entity: <WANDB_ENTITY>
program: scOT/train.py
method: grid
metric:
name: "eval/loss"
goal: minimize
command:
- "HDF5_USE_FILE_LOCKING=FALSE"
- "accelerate"
- "launch"
- ${program}
- "--disable_tqdm"
- "--json-config"
- "--finetune_from"
- "camlab-ethz/Poseidon-B"
- "--replace_embedding_recovery"
- "--config"
- ${args_json}
parameters:
dataset:
value: "wave.Layer"
num_trajectories:
values:
- 1
- 2
- 4
- 8
- 16
- 32
- 64
- 128
- 256
- 512
- 1024
model_name:
value: "B"
lr:
value: 0.00005
lr_embedding_recovery:
value: 0.0005
lr_time_embedding:
value: 0.0005
weight_decay:
value: 0.000001
lr_scheduler:
value: "cosine"
warmup_ratio:
value: 0.0
early_stopping_patience:
value: 200
num_epochs:
value: 200
batch_size:
value: 40
max_grad_norm:
value: 5.0