ray0rf1re commited on
Commit
8cb7eb9
·
verified ·
1 Parent(s): 8482935

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 1024,
3
+ "n_heads": 16,
4
+ "n_layers": 16,
5
+ "ffn_dim": 4096,
6
+ "dropout": 0.1,
7
+ "n_joints": 6,
8
+ "img_size": 224,
9
+ "action_chunk": 10,
10
+ "dual_camera": true,
11
+ "hardware": "LDX-218",
12
+ "batch_size": 2,
13
+ "grad_accum": 16,
14
+ "amp_dtype": "torch.float16",
15
+ "num_workers": 2,
16
+ "lr": 0.0002,
17
+ "weight_decay": 0.0001,
18
+ "total_steps": 910,
19
+ "warmup_steps": 91,
20
+ "max_grad_norm": 1.0,
21
+ "dataset_split": "train",
22
+ "dataset_name": "lerobot/pusht_image",
23
+ "output_dir": "6net_v2_checkpoints",
24
+ "hf_repo": "ray0rf1re/6Net-2.0",
25
+ "log_every": 10,
26
+ "save_every": 200
27
+ }