Open jlebar opened 5 years ago
Same for the TransformerDecoder on LM1B example; it also doesn't download the dataset and fails in the same way.
This seems related to #1692 fix should be the same? @lukaszkaiser
This seems related to #1692
Could be, but I don't think so. I worked around #1692 by adding an explicit data dir and it still doesn't download the training data anywhere.
Yes, it won't, we'll have to explicitly ask it to f generate_data
On Sun, Sep 8, 2019, 10:38 AM Justin Lebar notifications@github.com wrote:
This seems related to #1692 https://github.com/tensorflow/tensor2tensor/issues/1692
Could be, but I don't think so. I worked around #1692 https://github.com/tensorflow/tensor2tensor/issues/1692 by adding an explicit data dir and it still doesn't download the training data anywhere.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tensorflow/tensor2tensor/issues/1694?email_source=notifications&email_token=AAIUEFRSJAWHQHXGFJT2G3TQIU2DBA5CNFSM4IUTPC72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6FVKMI#issuecomment-529225009, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIUEFQDXC4UO5YDG5F7LZ3QIU2DBANCNFSM4IUTPC7Q .
I'm happy to do that if it's not too hard, but I'd need a pointer or two. I'm not really sure how all of this is supposed to work. :)
Description
I'm trying to follow the trax examples in the trax README.md. I ran
and this fails with
apparently it didn't download the imagenet dataset. The mnist example from the README works (and downloads the dataset).
Full log: https://gist.github.com/9d4268c04465e5ca8bbf0fbd372c6370
Environment information