Skip to content

Commit ce2c068

Browse files
committed
Missing word
1 parent 97882a8 commit ce2c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ABOUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In my opinion, a true gem for learning PyTorch from scratch was the [PyTorch Tut
66

77
This project aims to follow a similar path by providing a set of bare-bones, self-sufficient, and beginner-friendly examples. They illustrate the core parts of PyTorch in a step-by-step fashion, from tensor manipulation to the training of Deep Learning models. They strive to keep up with API changes and follow good practices.
88

9-
Rather than Jupyter notebooks, these examples are provided as pure Python files because I think it facilitates a global understanding of their structure. It also simplifies [code formatting](https://github.com/psf/black), [linting](https://github.com/pylint-dev/pylint), [testing](https://docs.pytest.org). All code examples are heavily commented and accompanied by README files for additional information.
9+
Rather than Jupyter notebooks, these examples are provided as pure Python files because I think it facilitates a global understanding of their structure. It also simplifies [code formatting](https://github.com/psf/black), [linting](https://github.com/pylint-dev/pylint), and [testing](https://docs.pytest.org). All code examples are heavily commented and accompanied by README files for additional information.
1010

1111
You are very welcome to contribute to the improvement of this project through [ideas](https://github.com/bpesquet/pytorch-tutorial/issues) or [corrections](https://github.com/bpesquet/pytorch-tutorial/pulls).
1212

0 commit comments

Comments
 (0)