资源算法tf-char-rnn

tf-char-rnn

2020-01-16 | |  40 |   0 |   0

tf-char-rnn

TensorFlow implementation of char-rnn using Multi-layer Recurrent Neural Networks.

Usage

  • Install TensorFlow

  • Put the data (to train on) in a file called 'data.txt'

  • Make model folder by running mkdir model

  • Run python train.py --input_dir=path_to_folder_containing_data.txt

  • For example, if data is in input folder, run python train.py --input_dir=input

  • To generate text using a checkpointed model, run python generate.py

  • All supported arguments can be seen in here

Standing on the shoulder of giants


上一篇:char-rnn

下一篇:char-rnn-tensorflow-js

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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