isaia-gisler commited on
Commit
b0bd174
·
verified ·
1 Parent(s): 860c7a4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +90 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.gripper": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": true,
32
+ "repo_id": "open-cloth/diffusion-cloth-a6000",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 64,
38
+ "n_action_steps": 32,
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": "resnet50",
46
+ "resize_shape": [
47
+ 240,
48
+ 320
49
+ ],
50
+ "crop_ratio": 0.9,
51
+ "crop_shape": [
52
+ 216,
53
+ 288
54
+ ],
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet50_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 64,
59
+ "use_separate_rgb_encoder_per_camera": false,
60
+ "down_dims": [
61
+ 512,
62
+ 1024,
63
+ 2048
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": 100,
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": 10,
78
+ "compile_model": false,
79
+ "compile_mode": "reduce-overhead",
80
+ "do_mask_loss_for_padding": false,
81
+ "optimizer_lr": 0.0001,
82
+ "optimizer_betas": [
83
+ 0.95,
84
+ 0.999
85
+ ],
86
+ "optimizer_eps": 1e-08,
87
+ "optimizer_weight_decay": 1e-06,
88
+ "scheduler_name": "cosine",
89
+ "scheduler_warmup_steps": 500
90
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a403a347771a28cf2a727bd585e0b54323baec5a76ba79826391b6aa3f6dde
3
+ size 547627008