Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop weekly updates #163

Merged
merged 72 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
82ed883
Fixed topk decoder.
kylegao91 Oct 1, 2017
57d72c7
Fixed unit test.
kylegao91 Oct 4, 2017
2bfe47c
Make consistent of outputs of Decoder and TopKDecoder.
kylegao91 Oct 4, 2017
33cd333
Fixed division in python3
kylegao91 Oct 4, 2017
19f4615
Updated apidocs.
kylegao91 Oct 4, 2017
c5ccf32
Updated code style.
kylegao91 Oct 4, 2017
d78d333
Refactored decoder from decoder rnn.
kylegao91 Oct 8, 2017
7486875
Added Seq2SeqDataset class.
kylegao91 Oct 9, 2017
c3b70e5
Integration test using new dataset class.
kylegao91 Oct 9, 2017
5665934
Added index field for indexing.
kylegao91 Oct 10, 2017
48205a1
Added copy decoder.
kylegao91 Oct 10, 2017
5d6b479
Refactored interfaces to take batch instead of variables.
kylegao91 Oct 12, 2017
799a922
Refactored the place of symbol generation.
kylegao91 Oct 12, 2017
ab06567
Pass batch through decoder.
kylegao91 Oct 12, 2017
3613879
Added dynamic vocabulary to dataset.
kylegao91 Oct 13, 2017
a6ac847
Merge from `topk`.
kylegao91 Oct 14, 2017
8ec3900
Implemented CopyDecoder and refactoring.
kylegao91 Oct 24, 2017
9bbface
Use new dataset class in sample.
kylegao91 Nov 7, 2017
d8fcaef
Fixed argument order.
kylegao91 Nov 7, 2017
6469d9b
Fixed noncontinuous tensor view.
kylegao91 Nov 7, 2017
325b62d
Fixed wrong variable.
kylegao91 Nov 7, 2017
f851cdc
Merge branch 'master' into copy
kylegao91 Nov 7, 2017
fd274c2
Updated integration test script with new dataset class.
kylegao91 Nov 7, 2017
17fe235
updated README
kylegao91 May 4, 2018
f146087
Merge branch 'master' of https://github.com/IBM/pytorch-seq2seq
kylegao91 May 4, 2018
447f00a
updates README
pskrunner14 Sep 1, 2018
554a3b5
removed deprecated warnings and added dropout with 1 layer warning
pskrunner14 Sep 1, 2018
4acfa8b
update README
pskrunner14 Sep 1, 2018
3ac68ae
update README
pskrunner14 Sep 1, 2018
15a9f30
changes vagrant file to support pytorch-0.2-linux-python2.7-cpu and u…
pskrunner14 Sep 1, 2018
e3836f8
fixed vagrant file
pskrunner14 Sep 1, 2018
f472ca2
updates docs
pskrunner14 Sep 1, 2018
78eab08
ignore dev folder in docs
pskrunner14 Sep 1, 2018
e98d50e
Merge branch 'master' into develop
pskrunner14 Sep 1, 2018
8646d6b
moves docs README to docroot
pskrunner14 Sep 1, 2018
a685b43
Merge branch 'develop' of github.com:pskrunner14/pytorch-seq2seq into…
pskrunner14 Sep 1, 2018
3be3172
made ref
pskrunner14 Sep 1, 2018
1da2f9c
Merge branch 'develop' into copy
pskrunner14 Sep 1, 2018
cde0b25
Update DecoderRNN.py
pskrunner14 Sep 1, 2018
adab17b
Merge pull request #3 from pskrunner14/copy
pskrunner14 Sep 1, 2018
1a3cd2c
fixed NoneType has no fields bug
pskrunner14 Sep 2, 2018
f7cb978
fixes test loss dataset bug
pskrunner14 Sep 2, 2018
cb5be01
fixes test loss concat list issue
pskrunner14 Sep 2, 2018
04acfb4
fixes sample.py accuracy issue
pskrunner14 Sep 2, 2018
ac21962
fixes integration test python3 test fail bug
pskrunner14 Sep 2, 2018
eb21a48
update docs and README
pskrunner14 Sep 2, 2018
c2cbd45
update README
pskrunner14 Sep 2, 2018
7ce607c
update docs and README
pskrunner14 Sep 2, 2018
ca80052
modified topkdecoder test for more batch sizes
pskrunner14 Sep 2, 2018
a2d9a20
changes topkdecoder test
pskrunner14 Sep 2, 2018
2322c5b
changes topkdecoder test
pskrunner14 Sep 2, 2018
51dc6ea
changes topkdecoder test
pskrunner14 Sep 2, 2018
20cff5d
changes topkdecoder test
pskrunner14 Sep 2, 2018
7993fea
changes topkdecoder test
pskrunner14 Sep 2, 2018
2e82975
debugging topkdecoder test
pskrunner14 Sep 2, 2018
a38254b
debugging topkdecoder test
pskrunner14 Sep 2, 2018
993de89
debugging topkdecoder test
pskrunner14 Sep 2, 2018
5b54ad1
debugging topkdecoder test
pskrunner14 Sep 2, 2018
1df8903
debugging topkdecoder test
pskrunner14 Sep 2, 2018
a148c49
beam search fails with batch>2
pskrunner14 Sep 2, 2018
7aa9330
removes deprecated warnings
pskrunner14 Sep 2, 2018
8229fbe
fixes deprecated warnings
pskrunner14 Sep 2, 2018
5f61757
fixes typo
pskrunner14 Sep 2, 2018
539fbc1
fixes typo
pskrunner14 Sep 2, 2018
59eb3f0
fixes typo
pskrunner14 Sep 2, 2018
c346d33
refactors modules and makes init changes for copy mech
pskrunner14 Sep 3, 2018
1d6d251
updated docs and refactored modules
pskrunner14 Sep 3, 2018
817a59d
moved back copy decoder to copy branch
pskrunner14 Sep 6, 2018
b636533
changes to non-dynamic dataset in test for now
pskrunner14 Sep 6, 2018
54f4eb0
fixes dynamic dict for dataset tests
pskrunner14 Sep 6, 2018
dfe7ef7
ignore pylintrc for now
pskrunner14 Sep 6, 2018
f3228c3
fixes dynamic for test dynamic due to build error
pskrunner14 Sep 6, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ vocab_pickle

# local dev folders
data/*
experiment/*
experiment/*

.pylintrc
Loading