kimz1121 commited on
Commit
116e582
·
verified ·
1 Parent(s): 0615517

Upload folder using huggingface_hub

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