Fix typo
Browse files
README.md
CHANGED
|
@@ -165,7 +165,7 @@ wandb_watch:
|
|
| 165 |
wandb_run_id:
|
| 166 |
wandb_log_model: # 'checkpoint'
|
| 167 |
|
| 168 |
-
# where to save the
|
| 169 |
output_dir: ./completed-model
|
| 170 |
|
| 171 |
# training hyperparameters
|
|
|
|
| 165 |
wandb_run_id:
|
| 166 |
wandb_log_model: # 'checkpoint'
|
| 167 |
|
| 168 |
+
# where to save the finished model to
|
| 169 |
output_dir: ./completed-model
|
| 170 |
|
| 171 |
# training hyperparameters
|