tensor2tensor icon indicating copy to clipboard operation
tensor2tensor copied to clipboard

ImportError: No module named 'tensor2tensor.bin'

Open Esaada opened this issue 5 years ago • 2 comments

Description

ImportError: No module named 'tensor2tensor.bin' ...

Environment information


tensorflow-gpu==1.3.0
tensorflow-tensorboard==0.1.8
tensorpack==0.8.8


Python 3.5.2



# Steps to reproduce:
Followed the instructions in the tensor2tensor main page.
Got no errors.
Tried to execute this command :
t2t-datagen \
  --data_dir=$DATA_DIR \
  --tmp_dir=$TMP_DIR \
  --problem=$PROBLEM

Error logs:

Traceback (most recent call last):
  File "/usr/local/bin/t2t-datagen", line 18, in <module>
    from tensor2tensor.bin import t2t_datagen
ImportError: No module named 'tensor2tensor.bin'

Thanks a lot.

Esaada avatar Oct 03 '18 08:10 Esaada

hi, @BarakBat I met the same issue, have you fixed it?

zhangxiaoli73 avatar Apr 08 '19 06:04 zhangxiaoli73

I have the same issue. please let me know if you have fixed it

sara486 avatar Dec 26 '20 05:12 sara486