搜索资源列表
DPSH-pytorch-master
- 实现dpsh程序,让你6的飞起来!!!!!(Implementation of dpsh program)
Char-RNN-PyTorch-master
- # Char-RNN-PyTorch 使用字符级别的RNN进行文本生成,使用PyTorch框架。[Gluon实现] ## Requirements - PyTorch 0.2 - numpy ## Basic Usage 如果希望训练网络,使用如下的代码 ```bash python main.py \ --state train \ --txt './data/poetry.txt' \ # 训练用的txt文本 --batch 128 \ # batch_siz
seq-lstm
- 用pytorch实现基于lstm长短时网络的词性判断程序(Using pytorch to implement a speech judgment program based on LSTM length and short time network)
PyTorch_tutorial__CVS
- Introduction(examples and demos) to pytorch(Introduction to pytorch)
深度学习入门之PyTorch
- 学习pytorch基础一本好书,中文,简单易懂,值得入手(Learning Pytorch basic is a good book, Chinese, simple and easy to understand, it is worth starting with.)
ac_gan_pytorch
- tensorflow框架下的AC-GAN源码(Source code of AC-GAN)
test1
- 训练一个深度学习的循环神经网络,可实现获取公开数据集并进行训练,框架为Pytorch(Training a deep learning circular neural network can achieve the acquisition and training of open data sets, and the framework is Pytorch)
Pytorch-UNet-master
- 基于unet的网络的语义分割希望大家喜欢(I hope you enjoy the semantic segmentation based on unet)
gae_in_pytorch-master
- 图形自动编码器GAE的pytorch实现,可参考论文VGAE(Implementation of graph self encoder gae with Python)
vgae_pytorch-master
- 图形自动编码器的pytorch实现,参考论文vgae(Implementation of graph self encoder gae with Python)
yolov5-master
- 基于pytorch的最新目标检测算法yolov5,参数大大缩减(Yolov5, the latest target detection algorithm based on python, greatly reduces the parameters)