PyTorch Framework:
GitHub Fork: https://github.com/pytorch/pytorch
Pre-requiste for PyTorch Framework:
Anaconda Python IDE: https://anaconda.org/anaconda/python
Conda command: conda install pytorch torchvision -c pytorch
Or user can use pip based commands too.
PyTorch can be install on Linux, Windows and Mac Platforms.
For Python Pip user, here is the PyTorch command:
pip3 install torch torchvision
What is PyTorch package?
It’s a Python based scientific computing package targeted at two sets of audiences:
1. A replacement for NumPy to use the power of GPUs
2. A deep learning research platform that provides maximum flexibility and speed
Original Source: https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#getting-started
LinkedIn Group: https://www.linkedin.com/groups/10386942
