pytorch-practice icon indicating copy to clipboard operation
pytorch-practice copied to clipboard

Some Basic PyTorch Practice

trafficstars

Some Basic PyTorch Practice

These are some PyTorch tutorial codes for machine learning tiros to master the basic knowledge of this framework. And PyTorch is a deep learning framework that puts Python first, which you can use to code your ideas efficiently. In the beginning, it is recommended to finish Official Pytorch Tutorial.

Table of Contents

Getting Started

$ git clone https://github.com/zlpure/pytorch-practice.git
$ python ×××.py              

Dependencies

  • PyTorch 0.3.0
  • Python 2.7
  • Numpy
  • Pandas

Author

@zlpure