pytorch

3 bookmarks
Custom sorting
GitHub - chenyuntc/pytorch-book: PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
GitHub - chenyuntc/pytorch-book: PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》) - GitHub - chenyuntc/pytorch-book: PyTorch tutorials and fun projects ...
·github.com·
GitHub - chenyuntc/pytorch-book: PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
GitHub - chenyuntc/pytorch-GAN: A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
GitHub - chenyuntc/pytorch-GAN: A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks - GitHub - chenyuntc/pytorch-GAN: A minimal implementaion (less than 150 lin...
·github.com·
GitHub - chenyuntc/pytorch-GAN: A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
pytorch例子-实现卷积网络进行图像分类 - 知乎
pytorch例子-实现卷积网络进行图像分类 - 知乎
前言本案例采用CIFAR10数据集。 - 采用torchvision载入、标准化、切分数据集 - 定义一个卷积网络 - 定义损失函数 - 训练网络 - 测试网络 1. 载入并标准化CIFAR10数据%matplotlib inline import torch import torch…
·zhuanlan.zhihu.com·
pytorch例子-实现卷积网络进行图像分类 - 知乎