small readme update

Summary: followup D41534315 (5add065f8a)

Reviewed By: shapovalov

Differential Revision: D41842250

fbshipit-source-id: 54413e30880717f083fdc7acbce2eb3e646ffb94
This commit is contained in:
Jeremy Reizenstein 2022-12-08 09:46:09 -08:00 committed by Facebook GitHub Bot
parent cc2840eb44
commit 91b4c04c64

View File

@ -75,7 +75,7 @@ which correspond to the executables as follows:
For instance, in order to directly execute training with the python script, users can call:
```shell
cd <pytorch3d_root>/projects/ \
cd <pytorch3d_root>/projects/
python -m implicitron_trainer.experiment <args>`
```