Skip to content

Commit f146087

Browse files
committed
Merge branch 'master' of https://github.com/IBM/pytorch-seq2seq
2 parents 17fe235 + fede876 commit f146087

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+267
-5850
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ python:
1010
install:
1111
- pip install -U pip
1212
- pip -q install -r requirements.txt
13-
- pip -q install "http://download.pytorch.org/whl/cu75/torch-0.2.0.post1-cp27-cp27mu-manylinux1_x86_64.whl; python_version == '2.7'"
14-
- pip -q install "http://download.pytorch.org/whl/cu75/torch-0.2.0.post1-cp36-cp36m-manylinux1_x86_64.whl; python_version == '3.6'"
1513

1614
# dev dependencies
1715
- pip install flake8
@@ -32,4 +30,4 @@ script:
3230
# Unit test
3331
- nosetests --with-coverage --cover-erase --cover-package=seq2seq
3432
# Integration test
35-
- "if [[ $TRAVIS_BRANCH =~ (master|develop) ]]; then python setup.py install && scripts/integration_test.sh; fi"
33+
- "if [[ $TRAVIS_BRANCH =~ (master|develop) ]]; then python setup.py install && scripts/integration_test.sh; fi"

docs/public/_modules/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview: module code &mdash; pytorch-seq2seq 0.1.5 documentation</title>
11+
<title>Overview: module code &mdash; pytorch-seq2seq 0.1.6 documentation</title>
1212

1313

1414

@@ -35,7 +35,7 @@
3535
<link rel="index" title="Index"
3636
href="../genindex.html"/>
3737
<link rel="search" title="Search" href="../search.html"/>
38-
<link rel="top" title="pytorch-seq2seq 0.1.5 documentation" href="../index.html"/>
38+
<link rel="top" title="pytorch-seq2seq 0.1.6 documentation" href="../index.html"/>
3939

4040

4141
<script src="../_static/js/modernizr.min.js"></script>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
0.1.5
67+
0.1.6
6868
</div>
6969

7070

@@ -164,8 +164,6 @@
164164

165165
<h1>All modules for which code is available</h1>
166166
<ul><li><a href="seq2seq/dataset/fields.html">seq2seq.dataset.fields</a></li>
167-
<li><a href="seq2seq/dataset/utils.html">seq2seq.dataset.utils</a></li>
168-
<li><a href="seq2seq/dataset/vocabulary.html">seq2seq.dataset.vocabulary</a></li>
169167
<li><a href="seq2seq/evaluator/evaluator.html">seq2seq.evaluator.evaluator</a></li>
170168
<li><a href="seq2seq/evaluator/predictor.html">seq2seq.evaluator.predictor</a></li>
171169
<li><a href="seq2seq/loss/loss.html">seq2seq.loss.loss</a></li>
@@ -178,7 +176,6 @@ <h1>All modules for which code is available</h1>
178176
<li><a href="seq2seq/optim/optim.html">seq2seq.optim.optim</a></li>
179177
<li><a href="seq2seq/trainer/supervised_trainer.html">seq2seq.trainer.supervised_trainer</a></li>
180178
<li><a href="seq2seq/util/checkpoint.html">seq2seq.util.checkpoint</a></li>
181-
<li><a href="seq2seq/util/custom_time.html">seq2seq.util.custom_time</a></li>
182179
</ul>
183180

184181
</div>
@@ -215,7 +212,7 @@ <h1>All modules for which code is available</h1>
215212
<script type="text/javascript">
216213
var DOCUMENTATION_OPTIONS = {
217214
URL_ROOT:'../',
218-
VERSION:'0.1.5',
215+
VERSION:'0.1.6',
219216
COLLAPSE_INDEX:false,
220217
FILE_SUFFIX:'.html',
221218
HAS_SOURCE: true,

docs/public/_modules/seq2seq/dataset/dataset.html

Lines changed: 0 additions & 420 deletions
This file was deleted.

docs/public/_modules/seq2seq/dataset/utils.html

Lines changed: 0 additions & 358 deletions
This file was deleted.

docs/public/_modules/seq2seq/dataset/vocabulary.html

Lines changed: 0 additions & 431 deletions
This file was deleted.

docs/public/_modules/seq2seq/evaluator/evaluator.html

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)