AIChallenger / AI_Challenger_2017

AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world.
https://challenger.ai/
474 stars 196 forks source link

machine translation baseline run.sh error #39

Open larryfu opened 6 years ago

larryfu commented 6 years ago

Got this error when execute run.sh after run prepare.sh successfully

n_baseline/train$ ./run.sh 
python: can't open file '../tensor2tensor/bin/t2t-trainer': [Errno 2] No such file or directory
python: can't open file '../tensor2tensor/bin/t2t-datagen': [Errno 2] No such file or directory
python: can't open file '../tensor2tensor/bin/t2t-trainer': [Errno 2] No such file or directory

system : ubuntu 16.04 Is there something I missed?

Felix0805 commented 6 years ago

Have you solved this problem?