Update TRAINING.md

This commit is contained in:
Victor Hall 2023-01-10 21:10:00 -05:00 committed by GitHub
parent 6c03a6edc8
commit 6da3578fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ You can edit the example `train.json` file to your liking, then run the followin
Be careful with editing the json file, as any syntax errors will cause the program to crash. You might want to use a json validator to check your file before running it. You can use an online validator such as https://jsonlint.com/ or look at it in VS Code.
One particular note is if your path to data_root or resume_ckpt has backslashes they need to use double \\ or single /. There is an example train.json in the repo root.
One particular note is if your path to `data_root` or `resume_ckpt` has backslashes they need to use double \\\ or single /. There is an example train.json in the repo root.
## Running from the command line with arguments