资源简介
https://github.com/Shawn1993/cnn-text-classification-pytorch

代码片段和文件信息
#!/usr/bin/env python
import os
import shutil
import sys
from setuptools import setup find_packages
VERSION = ‘0.1.1‘
long_description = ‘‘‘torch-text provides text and NLP data utilities
and datasets for torch‘‘‘
setup_info = dict(
# metadata
name=‘torchtext‘
version=VERSION
author=‘PyTorch core devs and James Bradbury‘
author_email=‘jekbradbury@gmail.com‘
url=‘https://github.com/pytorch/text‘
description=‘text utilities and datasets for torch deep learning‘
long_description=long_description
license=‘BSD‘
# Package info
packages=find_packages(exclude=(‘test‘))
zip_safe=True
)
setup(**setup_info)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-05-17 07:38 text-master\
文件 84 2017-05-17 07:38 text-master\.gitignore
文件 1536 2017-05-17 07:38 text-master\LICENSE
文件 2838 2017-05-17 07:38 text-master\README.md
文件 25 2017-05-17 07:38 text-master\requirements.txt
文件 670 2017-05-17 07:38 text-master\setup.py
目录 0 2017-05-17 07:38 text-master\test\
文件 0 2017-05-17 07:38 text-master\test\.gitignore
文件 707 2017-05-17 07:38 text-master\test\data.py
文件 652 2017-05-17 07:38 text-master\test\snli.py
文件 1097 2017-05-17 07:38 text-master\test\sstb.py
文件 1092 2017-05-17 07:38 text-master\test\translation.py
文件 245 2017-05-17 07:38 text-master\test\vocab.py
目录 0 2017-05-17 07:38 text-master\torchtext\
文件 0 2017-05-17 07:38 text-master\torchtext\.gitignore
文件 62 2017-05-17 07:38 text-master\torchtext\__init__.py
文件 26243 2017-05-17 07:38 text-master\torchtext\data.py
目录 0 2017-05-17 07:38 text-master\torchtext\datasets\
文件 0 2017-05-17 07:38 text-master\torchtext\datasets\.gitignore
文件 190 2017-05-17 07:38 text-master\torchtext\datasets\__init__.py
文件 3817 2017-05-17 07:38 text-master\torchtext\datasets\language_modeling.py
文件 4527 2017-05-17 07:38 text-master\torchtext\datasets\sentiment.py
文件 4969 2017-05-17 07:38 text-master\torchtext\datasets\snli.py
文件 1415 2017-05-17 07:38 text-master\torchtext\datasets\translation.py
文件 552 2017-05-17 07:38 text-master\torchtext\utils.py
文件 6971 2017-05-17 07:38 text-master\torchtext\vocab.py
- 上一篇:相空间重构
- 下一篇:S7-SCL中文教程
相关资源
- 基于pytorch的UNet_demo实现及训练自己的
- 深度学习与PyTorch-代码和PPT.zip
- pytorch-1.4.0-py3.7_cpu_0.tar.bz2
- PyTorch介绍及入门pdf
- Deep+Learning+with+PyTorch-Packt+Publishing
- 深度学习pytorch中草药识别
- Bert-Chinese-Text-Classification-Pytorch-maste
- torchvision-0.5.0+cpu-cp36-cp36m-linux_x86_64.
- visdom可视化需要的文件
- PyTorch 模型训练实用教程
- Natural Language Processing with PyTorch - 201
- mobilenet_v2-6a65762b.pth
- Deep learning with Pytorch电子书 - Vishnu S
- PyTorch_tutorial_0.0.4_余霆嵩
-
neural_st
yle_tutoria_code&papers.zip - Deep Learning with PyTorch 完整版
- pytorchhandbook
- 卷积与反卷积运算
- 基于pytorch的cnn水果分类器深度学习平
- 深度学习框架-pytorch入门与实践源代码
- pytorch visdom蓝屏,可此文件直接覆盖
- EfficientNet.tar.gz
- pytorch_yolov3_2.zip
- gpt2_chinese_poetry.rar
- pytorch .pt格式的MNIST数据集
- PyTorch Recipes A Problem-Solution Approach 20
- 深度学习框架-PyTorch: 入门与实践(陈
- knowledge_representation_pytorch.zip
- Deep Reinforcement Learning Hands-On pdf
- BEGAN-pyTorch实现
评论
共有 条评论