SteveNguyen commited on
Commit
97db3f5
·
verified ·
1 Parent(s): 50cc31a

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +93 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.images.cam0": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 720,
10
+ 960
11
+ ]
12
+ },
13
+ "observation.state": {
14
+ "type": "STATE",
15
+ "shape": [
16
+ 2
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 11
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": true,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone": "resnet18",
46
+ "resize_shape": [
47
+ 236,
48
+ 236
49
+ ],
50
+ "crop_ratio": 0.95,
51
+ "crop_shape": [
52
+ 224,
53
+ 224
54
+ ],
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": null,
57
+ "use_group_norm": true,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "use_separate_rgb_encoder_per_camera": false,
60
+ "down_dims": [
61
+ 256,
62
+ 512,
63
+ 1024
64
+ ],
65
+ "kernel_size": 5,
66
+ "n_groups": 8,
67
+ "diffusion_step_embed_dim": 128,
68
+ "use_film_scale_modulation": true,
69
+ "noise_scheduler_type": "DDIM",
70
+ "num_train_timesteps": 50,
71
+ "beta_schedule": "squaredcos_cap_v2",
72
+ "beta_start": 0.0001,
73
+ "beta_end": 0.02,
74
+ "prediction_type": "epsilon",
75
+ "clip_sample": true,
76
+ "clip_sample_range": 1.0,
77
+ "num_inference_steps": 16,
78
+ "compile_model": false,
79
+ "compile_mode": "reduce-overhead",
80
+ "do_mask_loss_for_padding": false,
81
+ "use_relative_actions": false,
82
+ "relative_exclude_joints": [],
83
+ "action_feature_names": null,
84
+ "optimizer_lr": 0.0003,
85
+ "optimizer_betas": [
86
+ 0.95,
87
+ 0.999
88
+ ],
89
+ "optimizer_eps": 1e-08,
90
+ "optimizer_weight_decay": 1e-06,
91
+ "scheduler_name": "cosine",
92
+ "scheduler_warmup_steps": 2000
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c1dc38a0d7ac3a7a9bd16c3762d6aac11325eaca49beaf45633252d37f65bb
3
+ size 304371796