google / compare_gan

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

should change setup.py #6

Closed daiwk closed 6 years ago

daiwk commented 6 years ago

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', ],

xiaohuazhai commented 6 years ago

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