Skip to content

Commit

Permalink
Fix validation function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenoke committed Feb 18, 2020
1 parent 11715bc commit aabf91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def gen_validation_inputs(n_devices):
# different validation each time but consistent across the run
ids = next(gen_inputs(n_devices))
while True:
return ids
yield ids


def create_fixed_training_schedule(lr):
Expand Down
3 changes: 2 additions & 1 deletion requirements-colab.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jax
jaxlib
git+https://github.com/google/[email protected]
tokenizers
tokenizers
gin

0 comments on commit aabf91d

Please sign in to comment.