Joshua69 commited on
Commit
10ddd75
·
verified ·
1 Parent(s): aeb4318

add BOS restored checkpoints/bos_restore/scaleup4_formal_prior512_stage2_20260615/config.json

Browse files
checkpoints/bos_restore/scaleup4_formal_prior512_stage2_20260615/config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_data": "/mnt/pfs/scalelab/acondaway/vitac_prior512_encoder_74ee99b/dataset_encoder500_multitask4/train",
3
+ "val_data": "/mnt/pfs/scalelab/acondaway/vitac_prior512_encoder_74ee99b/dataset_encoder500_multitask4/val",
4
+ "output_dir": "/mnt/pfs/scalelab/acondaway/vitac_prior512_encoder_74ee99b/checkpoints/stage2_tactile2depth_prior512_encoder500_multitask4_bilateral_concat_noperceptual_randommask_lr3e5_20260615_160651",
5
+ "visual_image_size": 224,
6
+ "tactile_image_size": 224,
7
+ "action_dim": 7,
8
+ "latent_dim": 512,
9
+ "history_len": 5,
10
+ "sample_stride": 5,
11
+ "num_tail_frames": 2,
12
+ "pretrained_encoders": true,
13
+ "max_delta_t": 32,
14
+ "num_memory_layers": 4,
15
+ "num_latent_layers": 4,
16
+ "tactile_temporal_mode": "raw",
17
+ "tactile_flow_target_mode": "depth_delta",
18
+ "tactile_flow_clip": 0.25,
19
+ "marker_flow_clip": 1.0,
20
+ "depth_delta_clip": 0.5,
21
+ "tactile_delta_clip": 0.25,
22
+ "stage": 2,
23
+ "resume": "/mnt/pfs/scalelab/acondaway/vitac_prior512_encoder_74ee99b/checkpoints/stage1_tactile2depth_prior512_encoder500_multitask4_bilateral_concat/stage1_v2_best.pth",
24
+ "epochs_stage1": 50,
25
+ "lr_stage1": 0.0001,
26
+ "action_cotrain": false,
27
+ "contrastive_temp": 0.07,
28
+ "stage1_cross_weight": 1.0,
29
+ "stage1_temporal_weight": 1.0,
30
+ "stage1_consistency_weight": 1.0,
31
+ "ddp_contrastive_all_gather": true,
32
+ "trainable_vit_layers": 3,
33
+ "no_action_conditioning": true,
34
+ "epochs_stage2": 30,
35
+ "lr_stage2": 3e-05,
36
+ "recon_weight": 1.0,
37
+ "tactile_flow_weight": 1.0,
38
+ "val_random_tail_mask": true,
39
+ "tactile_flow_foreground_weight": 0.0,
40
+ "kl_weight": 0.001,
41
+ "perceptual_weight": 0.0,
42
+ "use_perceptual": true,
43
+ "stage2_reuse_frozen_encoder_tokens": true,
44
+ "stage2_frozen_encoders_eval": true,
45
+ "batch_size": 16,
46
+ "num_workers": 4,
47
+ "prefetch_factor": 2,
48
+ "weight_decay": 0.01,
49
+ "log_interval": 10,
50
+ "device": "cuda:0",
51
+ "tf32": false,
52
+ "amp_dtype": "none",
53
+ "wandb_mode": "online",
54
+ "wandb_project": "vitacdreamer",
55
+ "wandb_entity": "realmatchbox99-the-university-of-hong-kong",
56
+ "wandb_name": "stage2_prior512_b16_gpus4_noperceptual_randommask_lr3e5_20260615_160651",
57
+ "wandb_group": "prior512_encoder500_multitask4_noperceptual_randommask_lr3e5",
58
+ "plot_training_curves": true,
59
+ "plot_curve_max_points": 2000,
60
+ "plot_curve_render_every": 30,
61
+ "stage2_log_val_reconstructions": true,
62
+ "stage2_reconstruction_image_size": 128,
63
+ "distributed": true,
64
+ "rank": 0,
65
+ "local_rank": 0,
66
+ "bilateral_tactile": true,
67
+ "tactile_mode": "bilateral_concat",
68
+ "use_action_conditioning": false,
69
+ "num_tasks": 4,
70
+ "task_names": [
71
+ "insert_HDMI",
72
+ "insert_hole",
73
+ "lift_bottle",
74
+ "pull_out_key"
75
+ ]
76
+ }