ColumbiaDVMM / AutoGAN

96 stars 22 forks source link

Syntax error in code/run_test.py; missing close square bracket #5

Closed carlini closed 4 years ago

carlini commented 4 years ago

The file code/run_test.py has a syntax error and is missing a close square bracket:

elif args.dataset == 'AutoGAN':
    datasets = ['horse_auto', 'zebra_auto', 'summer_auto', 'winter_auto', 'apple_auto', 'orange_auto', 'facades_auto', 'cityscapes_auto', 'satellite_auto', 'ukiyoe_auto', 'vangogh_auto', 'cezanne_auto', 'monet_auto', 'photo_auto',
else:

How is this line supposed to end? For now I've just ended it after the final comma.

spongezhang commented 4 years ago

Thanks for the checking. I fixed the code. It's true, there is a missing bracket.