update README
Browse files
README.md
CHANGED
|
@@ -82,3 +82,5 @@ You can also override values from the CLI used in the scripts:
|
|
| 82 |
```bash
|
| 83 |
python -m main +name=train experiment.training.batch_size=8 experiment.training.max_steps=100000
|
| 84 |
```
|
|
|
|
|
|
|
|
|
| 82 |
```bash
|
| 83 |
python -m main +name=train experiment.training.batch_size=8 experiment.training.max_steps=100000
|
| 84 |
```
|
| 85 |
+
|
| 86 |
+
W&B run IDs: `configurations/training.yaml` has `resume` and `load` fields. The run ID is the short token in the run URL (for example, `ot7jqmgn`).
|