OP-Luffy / pytorch

pytorch学习 (2019年春始)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch

pytorch学习 (2020年秋)

  • Ubuntu18.04(公司): 1.4.0版本 conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch

@双愚 , 若fork或star请注明来源

PyTorch本质上是Numpy的替代者,而且支持GPU、带有高级功能,可以用来搭建和训练深度神经网络。如果你熟悉Numpy、Python以及常见的深度学习概念(卷积层、循环层、SGD等),会非常容易上手PyTorch。

官网tutorials教程(v1.4)

【bilibili】PyTorch深度学习实践

视频:https://www.bilibili.com/video/BV1Y7411d7Ys

PPT:PyTorch深度学习实践PPT

code:PyTorch深度学习实践

视频:
《PyTorch深度学习实践》完结合集
https://www.bilibili.com/video/BV1Y7411d7Ys

Issues

License

Copyright (c) 双愚. All rights reserved.

Licensed under the MIT License.

About

pytorch学习 (2019年春始)

License:MIT License


Languages

Language:Jupyter Notebook 56.7%Language:Python 43.3%