Use PytorchModelHubMixin to save models as safetensors (#125)

Co-authored-by: Remi <re.cadene@gmail.com>
This commit is contained in:
Alexander Soare
2024-05-01 16:17:18 +01:00
committed by GitHub
parent 01d5490d44
commit a4891095e4
18 changed files with 556 additions and 527 deletions

View File

@@ -34,8 +34,6 @@ eval:
policy:
name: act
pretrained_model_path:
# Input / output structure.
n_obs_steps: 1
chunk_size: 100 # chunk_size
@@ -62,7 +60,7 @@ policy:
replace_final_stride_with_dilation: false
# Transformer layers.
pre_norm: false
d_model: 512
dim_model: 512
n_heads: 8
dim_feedforward: 3200
feedforward_activation: relu

View File

@@ -46,8 +46,6 @@ override_dataset_stats:
policy:
name: diffusion
pretrained_model_path:
# Input / output structure.
n_obs_steps: 2
horizon: 16