Skip to content

Commit

Permalink
(minor) --trainer.load_dir => --trainer.load-dir in docs (#1010)
Browse files Browse the repository at this point in the history
`--trainer.load_dir` => `--trainer.load-dir` in docs
  • Loading branch information
brentyi authored Nov 23, 2022
1 parent 0a8ebf9 commit 55db89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Navigating to the link at the end of the terminal will load the webviewer. If yo
It is possible to load a pretrained model by running

```bash
ns-train nerfacto --data data/nerfstudio/poster --trainer.load_dir {outputs/.../nerfstudio_models}
ns-train nerfacto --data data/nerfstudio/poster --trainer.load-dir {outputs/.../nerfstudio_models}
```

This will automatically start training. If you do not want it to train, add `--viewer.start-train False` to your training command.
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/first_nerf.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Navigating to the link at the end of the terminal will load the webviewer. If yo
It is possible to load a pretrained model by running

```bash
ns-train nerfacto --data data/nerfstudio/poster --trainer.load_dir {outputs/.../nerfstudio_models}
ns-train nerfacto --data data/nerfstudio/poster --trainer.load-dir {outputs/.../nerfstudio_models}
```

This will automatically start training. If you do not want it to train, add `--viewer.start-train False` to your training command.
Expand Down

0 comments on commit 55db89d

Please sign in to comment.