美文网首页Pytorch
Pytorch快速上手教程

Pytorch快速上手教程

作者: Lornatang | 来源:发表于2019-03-16 09:31 被阅读1316次
Pytorch

This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.

Thanks

Yunjey Choi/ @yunjey

Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities

Getting Started

$ git clone https://github.com/Lornatang/pytorch.git
$ cd pytorch/tutorials/v1/PATH_TO_PROJECT
$ python main.py

Dependencies

LINCENSE

相关文章

网友评论

    本文标题:Pytorch快速上手教程

    本文链接:https://www.haomeiwen.com/subject/wajjmqtx.html