Spaces:
Running
Running
Paul-Edouard Sarlin
commited on
Fix typo in README
Browse files
README.md
CHANGED
@@ -187,7 +187,7 @@ python -m maploc.train experiment.name=OrienterNet_MGL_reproduce
|
|
187 |
Feel free to use any other experiment name. Configurations are managed by [Hydra](https://hydra.cc/) and [OmegaConf](https://omegaconf.readthedocs.io) so any entry can be overridden from the command line. You may thus reduce the number of GPUs and the batch size via:
|
188 |
|
189 |
```bash
|
190 |
-
python -m maploc.train experiment.name=OrienterNet_MGL_reproduce
|
191 |
experiment.gpus=1 data.loading.train.batch_size=4
|
192 |
```
|
193 |
|
|
|
187 |
Feel free to use any other experiment name. Configurations are managed by [Hydra](https://hydra.cc/) and [OmegaConf](https://omegaconf.readthedocs.io) so any entry can be overridden from the command line. You may thus reduce the number of GPUs and the batch size via:
|
188 |
|
189 |
```bash
|
190 |
+
python -m maploc.train experiment.name=OrienterNet_MGL_reproduce \
|
191 |
experiment.gpus=1 data.loading.train.batch_size=4
|
192 |
```
|
193 |
|