DiffusionPolicy for Pusht trained with keypoints of the current T position and the end T position
Browse files- config.json +10 -8
- model.safetensors +1 -1
config.json
CHANGED
@@ -44,6 +44,13 @@
|
|
44 |
"use_group_norm": true,
|
45 |
"spatial_softmax_num_keypoints": 32,
|
46 |
"use_separate_rgb_encoder_per_camera": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
"down_dims": [
|
48 |
512,
|
49 |
1024,
|
@@ -61,8 +68,10 @@
|
|
61 |
"prediction_type": "epsilon",
|
62 |
"clip_sample": true,
|
63 |
"clip_sample_range": 1.0,
|
|
|
64 |
"num_inference_steps": null,
|
65 |
"do_mask_loss_for_padding": false,
|
|
|
66 |
"optimizer_lr": 0.0001,
|
67 |
"optimizer_betas": [
|
68 |
0.95,
|
@@ -71,12 +80,5 @@
|
|
71 |
"optimizer_eps": 1e-08,
|
72 |
"optimizer_weight_decay": 1e-06,
|
73 |
"scheduler_name": "cosine",
|
74 |
-
"scheduler_warmup_steps": 500
|
75 |
-
"state_backbone": "MLP",
|
76 |
-
"state_encoder_block_channels": [
|
77 |
-
64,
|
78 |
-
128
|
79 |
-
],
|
80 |
-
"state_encoder_feature_dim": 256,
|
81 |
-
"state_encoder_use_layernorm": true
|
82 |
}
|
|
|
44 |
"use_group_norm": true,
|
45 |
"spatial_softmax_num_keypoints": 32,
|
46 |
"use_separate_rgb_encoder_per_camera": false,
|
47 |
+
"state_backbone": "MLP",
|
48 |
+
"state_encoder_block_channels": [
|
49 |
+
64,
|
50 |
+
128
|
51 |
+
],
|
52 |
+
"state_encoder_feature_dim": 256,
|
53 |
+
"state_encoder_use_layernorm": true,
|
54 |
"down_dims": [
|
55 |
512,
|
56 |
1024,
|
|
|
68 |
"prediction_type": "epsilon",
|
69 |
"clip_sample": true,
|
70 |
"clip_sample_range": 1.0,
|
71 |
+
"variance_type": "fixed_small",
|
72 |
"num_inference_steps": null,
|
73 |
"do_mask_loss_for_padding": false,
|
74 |
+
"optimizer_type": "adamw",
|
75 |
"optimizer_lr": 0.0001,
|
76 |
"optimizer_betas": [
|
77 |
0.95,
|
|
|
80 |
"optimizer_eps": 1e-08,
|
81 |
"optimizer_weight_decay": 1e-06,
|
82 |
"scheduler_name": "cosine",
|
83 |
+
"scheduler_warmup_steps": 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1050279112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:472429110387bc740655c694dd71ed4467173cb346928977f66c89725523a461
|
3 |
size 1050279112
|