From 91b4c04c646bfbb325708184cd50b6ded60de005 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Thu, 8 Dec 2022 09:46:09 -0800 Subject: [PATCH] small readme update Summary: followup D41534315 (https://github.com/facebookresearch/pytorch3d/commit/5add065f8a7d4dc29ab28de4f9548d44eadc2aca) Reviewed By: shapovalov Differential Revision: D41842250 fbshipit-source-id: 54413e30880717f083fdc7acbce2eb3e646ffb94 --- projects/implicitron_trainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/implicitron_trainer/README.md b/projects/implicitron_trainer/README.md index d8e2fd9c..01664a68 100644 --- a/projects/implicitron_trainer/README.md +++ b/projects/implicitron_trainer/README.md @@ -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 /projects/ \ +cd /projects/ python -m implicitron_trainer.experiment ` ```