Robotics
Safetensors
LaetusH commited on
Commit
4d66b3d
·
verified ·
1 Parent(s): f0546d6

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +2 -2
config.json CHANGED
@@ -44,7 +44,7 @@
44
  "n_action_steps": 100,
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
- "replace_final_stride_with_dilation": false,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
 
44
  "n_action_steps": 100,
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": 0,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:880d251bdab636f2924a4de17178473a1891140ede3f6e093cdea5a76171865f
3
  size 206701072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b1698c29ba1051e3a979a79aecfc037327f9eb1ab39582a635c315211c5a84
3
  size 206701072
train_config.json CHANGED
@@ -111,7 +111,7 @@
111
  "n_action_steps": 100,
112
  "vision_backbone": "resnet18",
113
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
- "replace_final_stride_with_dilation": false,
115
  "pre_norm": false,
116
  "dim_model": 512,
117
  "n_heads": 8,
@@ -131,7 +131,7 @@
131
  },
132
  "output_dir": "outputs/train/act_so101_beyond",
133
  "job_name": "act_so101_beyond",
134
- "resume": false,
135
  "seed": 1000,
136
  "num_workers": 4,
137
  "batch_size": 2,
 
111
  "n_action_steps": 100,
112
  "vision_backbone": "resnet18",
113
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": 0,
115
  "pre_norm": false,
116
  "dim_model": 512,
117
  "n_heads": 8,
 
131
  },
132
  "output_dir": "outputs/train/act_so101_beyond",
133
  "job_name": "act_so101_beyond",
134
+ "resume": true,
135
  "seed": 1000,
136
  "num_workers": 4,
137
  "batch_size": 2,