Skip to content

Commit 0e3d3ee

Browse files
authored
Merge branch 'master' into ddp_pipeline_update
2 parents a43c6bf + 9259e7b commit 0e3d3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intermediate_source/pipeline_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def batchify(data, bsz):
199199
# the transformer model. It subdivides the source data into chunks of
200200
# length ``bptt``. For the language modeling task, the model needs the
201201
# following words as ``Target``. For example, with a ``bptt`` value of 2,
202-
# wed get the following two Variables for ``i`` = 0:
202+
# we'd get the following two Variables for ``i`` = 0:
203203
#
204204
# .. image:: ../_static/img/transformer_input_target.png
205205
#

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pandas
3030
requests
3131
scikit-image
3232
scipy
33-
pillow==8.1.1
33+
pillow==8.2.0
3434
wget
3535
gym
3636
gym-super-mario-bros==7.3.0

0 commit comments

Comments
 (0)