Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suvojit-0x55aa authored Dec 7, 2018
1 parent 0ab5256 commit 0492ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you want a more detailed rendering that uses lighting to display details, you
To do this, you must
1. Convert the surface `.h5` file to a `.vtp` file.
```
python h52vtp.py --file path_to_surf_file --surf_name train_loss --zmax 10 --log
python h52vtp.py --surf_file path_to_surf_file --surf_name train_loss --zmax 10 --log
```
This will generate a [VTK](https://www.kitware.com/products/books/VTKUsersGuide.pdf) file containing the loss surface with max value 10 in the log scale.

Expand Down

0 comments on commit 0492ba6

Please sign in to comment.