You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The experiment framework uses a builder pattern with override capabilities. Launch scripts can be edited to change the configuration or you can override any configuration parameter via CLI arguments using dotted notation.
323
323
324
-
### Common Overrides
324
+
### Example: Custom Training Run with Multiple Overrides
325
+
326
+
```bash
327
+
torchrun --nproc_per_node=8 scripts/official/base.py train custom_experiment local \
0 commit comments