资源算法Char-RNN

Char-RNN

2019-09-18 | |  81 |   0 |   0

Char-RNN-Gluon

RNNMXNet-GluonPyTorch

Requirements

  • MXNet 0.11.1

  • numpy

Basic Usage

python main.py --state train --txt './data/poetry.txt'  # txt--batch 128   # batch_size--epoch 1000  --len 100  # RNN--max_vocab 5000  # --embed 512  # --hidden 512  # --n_layer 2  # RNN--dropout 0.5
python main.py --state eval --begin ''  # --pred_len 100  # --checkpoint './checkpoint/model_100.pth' #

Result



上一篇:pytorch-nec

下一篇:Highway Network

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...