the-future-dev commited on
Commit
594f791
·
verified ·
1 Parent(s): 185ade7

training complete :>

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