pytorch-seq2seq
An open source framework for seq2seq models in PyTorch.
파일 탐색기
최종 버전 다운로드 (.zip)- index.html
- intro.md.txt
- dataset.rst.txt
- evaluator.rst.txt
- index.rst.txt
- loss.rst.txt
- models.rst.txt
- optim.rst.txt
- trainer.rst.txt
- util.rst.txt
- badge_only.css
- theme.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- Inconsolata-Bold.ttf
- Inconsolata-Regular.ttf
- Lato-Bold.ttf
- Lato-Regular.ttf
- RobotoSlab-Bold.ttf
- RobotoSlab-Regular.ttf
- modernizr.min.js
- theme.js
- ajax-loader.gif
- basic.css
- comment-bright.png
- comment-close.png
- comment.png
- doctools.js
- down-pressed.png
- down.png
- file.png
- jquery-3.1.0.js
- jquery.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- up-pressed.png
- up.png
- websupport.js
- intro.html
- dataset.html
- evaluator.html
- genindex.html
- index.html
- loss.html
- models.html
- objects.inv
- optim.html
- py-modindex.html
- search.html
- searchindex.js
- trainer.html
- util.html
- intro.md
- conf.py
- dataset.rst
- evaluator.rst
- index.rst
- loss.rst
- models.rst
- optim.rst
- trainer.rst
- util.rst
- .nojekyll
- Makefile
- requirements.txt
- sample.py
- generate_toy_data.py
- integration_test.py
- integration_test.sh
- toy.sh
- __init__.py
- fields.py
- __init__.py
- evaluator.py
- predictor.py
- __init__.py
- loss.py
- __init__.py
- attention.py
- baseRNN.py
- DecoderRNN.py
- EncoderRNN.py
- seq2seq.py
- TopKDecoder.py
- __init__.py
- optim.py
- __init__.py
- supervised_trainer.py
- __init__.py
- checkpoint.py
- __init__.py
- eng-fra-dev.txt
- eng-fra.txt
- src_vocab.txt
- tgt_vocab.txt
- __init__.py
- test_checkpoint.py
- test_decoder_rnn.py
- test_encoder_rnn.py
- test_evaluator.py
- test_fields.py
- test_loss_loss.py
- test_optim_optim.py
- test_predictor.py
- test_seq2seq.py
- test_supervised_trainer.py
- test_topkdecoder.py
- .gitignore
- .travis.yml
- LICENSE
- README.md
- requirements.txt
- setup.py
- Vagrantfile
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/IBM/pytorch-seq2seq
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pytorch-seq2seq
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
