google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 319 forks source link

tensor2tensor not found! #2

Closed Jiajie-Mei closed 6 years ago

Jiajie-Mei commented 6 years ago

Hello, when I run ”bash compare_gan_prepare_datasets.sh“, I got the error "tensor2tensor not found!". Clearly, there does not exist anything called t2t-datagen in the folder $HOME/.local/bin. So how can I get this file?

cyfra commented 6 years ago

Hey,

you have to install tensor2tensor package (for example using pip).

More detailed instructions are here: https://github.com/tensorflow/tensor2tensor/blob/master/README.md

Jiajie-Mei commented 6 years ago

Thanks very much! I just ignored the content of the setup.py. Sorry to trouble you!