google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should change setup.py

daiwk opened this issue · comments

commented

should change

scripts=[ 'bin/compare_gan_generate_tasks', 'bin/compare_gan_prepare_datasets.sh', 'bin/compare_gan_run_one_task', 'bin/compare_gan_run_test.sh', ],
to
scripts=[ 'compare_gan/bin/compare_gan_generate_tasks', 'compare_gan/bin/compare_gan_prepare_datasets.sh', 'compare_gan/bin/compare_gan_run_one_task', 'compare_gan/bin/compare_gan_run_test.sh', ],

Thanks a lot for reporting this issue. We have fixed the paths in setup.py.