Paul-Edouard Sarlin commited on
Commit
47d67ab
·
unverified ·
1 Parent(s): c88389e

Fix typo in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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