Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Other

Char-RNN-PyTorch-master

  • Category : Other
  • Tags :
  • Update : 2017-12-07
  • Size : 1.41mb
  • Downloaded :1次
  • Author :特别的***
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
# Char-RNN-PyTorch Use the character level RNN for text generation, using the PyTorch framework. [Gluon ## Requirements - PyTorch 0.2 - numpy ## Basic Usage If you want to train the network, use the following code ```bash Python main.py \ --state train \ TXT text --txt'./data/poetry.txt'\ # for training --batch 128, batch_size # --epoch 1000 \ The length of the sequence --len 100 \ # input RNN --max_vocab 5000, # maximum number of characters --embed 512 \ # word vector dimension The output dimension --hidden 512 \ # network --n_layer 2 # \ RNN layers --dropout 0.5 . If you want to use a trained network for text generation, use the following code ```bash Python main.py \ --state Eval \ I \ '--begin' # generated text, can be a character, can also be a paragraph --pred_len 100, # want to generate text length --checkpoint'./checkpoint/model_100.pth'# reading training model position .
Packet file list
(Preview for download)
FilenameSizeUpdate
Char-RNN-PyTorch-master
Char-RNN-PyTorch-master\.gitignore 37 2017-09-09
Char-RNN-PyTorch-master\CharRNN.py 1236 2017-09-09
Char-RNN-PyTorch-master\README.md 1827 2017-09-09
Char-RNN-PyTorch-master\data
Char-RNN-PyTorch-master\data\jay.txt 183181 2017-09-09
Char-RNN-PyTorch-master\data\poetry.txt 2683016 2017-09-09
Char-RNN-PyTorch-master\data_utils.py 2627 2017-09-09
Char-RNN-PyTorch-master\main.py 5298 2017-09-09
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us : 632832888@qq.com
1999-2046 CodeBus All Rights Reserved.