Closed psmukherjee009 closed 3 years ago
Please check tensorflow_datasets==3.0
Yes, it got past that error. We should add this on requirements.txt file
But the validation fails at File "/home/partha/.virtualenvs/pegasus/lib/python3.6/site-packages/tensorflow_datasets/core/download/checksums.py", line 128, in parse_sizes_checksums url, size, checksum = line.rsplit(' ', 2) ValueError: not enough values to unpack (expected 3, got 1)
The full trace
File "pegasus/bin/train.py", line 94, in
tensorflow-datasets==3.0.0 tfds-nightly==3.1.0.dev202006230105
Solved my issue.
tensorflow-datasets==3.0.0 tfds-nightly==3.1.0.dev202006230105
Solved my issue.
thanks, it works well
$ python3 pegasus/bin/train.py --params=aeslc_transformer \
$ uname -a Linux XXXX 5.8.0-44-generic #50~20.04.1-Ubuntu SMP Wed Feb 10 21:07:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ python3 Python 3.6.9 (default, Mar 7 2021, 15:28:30) [GCC 9.3.0] on linux
On upgrading tensorflow to latest, tensorflow-text and tensorflow-gpu needed to be upgraded and then it fails at " 'No module named 'tensorflow.contrib' for python project"