Updated nn Basics (markdown)

Manuel
2024-07-03 19:29:44 +02:00
parent ba908c22d3
commit a273891164

@ -14,4 +14,7 @@ Read through the following links:
* [Neural networks tutorial](https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html)
## How to author and test a module in PyTorch
Work through the [[lab|Module-Onboarding-Lab]].
Work through the [[lab|Module-Onboarding-Lab]].
## Next
Unit 5: torch.nn - [[C++|Cpp-API-Quick-Walkthrough]]