Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SunQpark committed Oct 1, 2019
1 parent f287eb6 commit 7dcece9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ PyTorch deep learning project made easy.
* [Validation data](#validation-data)
* [Checkpoints](#checkpoints)
* [Tensorboard Visualization](#tensorboard-visualization)
* [Contributing](#contributing)
* [Contribution](#contribution)
* [TODOs](#todos)
* [License](#license)
* [Acknowledgments](#acknowledgments)
* [Acknowledgements](#acknowledgments)

<!-- /code_chunk_output -->

Expand Down Expand Up @@ -355,7 +355,7 @@ If you need more visualizations, use `add_scalar('tag', data)`, `add_image('tag'
**Note**: You don't have to specify current steps, since `WriterTensorboard` class defined at `logger/visualization.py` will track current steps.
## Contributing
## Contribution
Feel free to contribute any kind of function or enhancement, here the coding style follows PEP8
Code should pass the [Flake8](http://flake8.pycqa.org/en/latest/) check before committing.
Expand Down

0 comments on commit 7dcece9

Please sign in to comment.