├── res ├── 0.1 │ └── slides.pdf └── 0.2 │ └── slides.pdf └── README.md /res/0.1/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/pytorch-Video-Tutorials/HEAD/res/0.1/slides.pdf -------------------------------------------------------------------------------- /res/0.2/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/pytorch-Video-Tutorials/HEAD/res/0.2/slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PyTorch Video Tutorials 2 | The versatility of Python :snake: enlightened by Torch :flashlight: to seize Deep Learning 3 | 4 | In this my new video tutorial series. 5 | I will definitely take inspiration from my [Torch Video Tutorials](https://github.com/Atcold/torch-Video-Tutorials), but I want to improve the content based on your suggestions. 6 | Please, provide your contribution in the [wiki](https://github.com/Atcold/pyTorch-Video-Tutorials/wiki). 7 | If you need any help, please comment below the video, directly on YouTube. 8 | I'm looking forward to hearing from you! 9 | 10 | ## 0 - Get the basics straight 11 | 12 | Yes, I now start counting from `0` (I got Python-ed). 13 | 14 | ### 0.1 – Install *PyTorch* on *OSX* ([slides](res/0.1/slides.pdf)) 15 | 16 | [![Install PyTorch on OSX](http://img.youtube.com/vi/h8n6HrLfeJQ/0.jpg)](https://youtu.be/h8n6HrLfeJQ?list=PLLHTzKZzVU9e37Jq7DPut8In7MYZZ7uan) 17 | 18 | ### 0.2 – Install *PyTorch* on *Ubuntu* ([slides](res/0.2/slides.pdf)) 19 | 20 | [![Install PyTorch on Ubuntu](http://img.youtube.com/vi/PSC0RVcubnA/0.jpg)](https://youtu.be/PSC0RVcubnA?list=PLLHTzKZzVU9e37Jq7DPut8In7MYZZ7uan) 21 | --------------------------------------------------------------------------------