Update config.json
Browse filesRename key "pretrained_path" to "checkpoint_path" due to this issue
"""
raise DecodingError(path, f"The fields {formatted_keys} are not valid for {stringify_type(cls)}")
draccus.utils.DecodingError: The fields `pretrained_path` are not valid for ACTConfig
"""
- config.json +1 -1
config.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
-
"
|
| 44 |
"chunk_size": 100,
|
| 45 |
"n_action_steps": 100,
|
| 46 |
"normalization_mapping": {
|
|
|
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
+
"checkpoint_path": null,
|
| 44 |
"chunk_size": 100,
|
| 45 |
"n_action_steps": 100,
|
| 46 |
"normalization_mapping": {
|