Bugfix to run the code on windows machines.

This commit is contained in:
kopytjuk 2018-12-25 16:03:44 +01:00
parent f81eafd2aa
commit afd82ac354
1 changed files with 192 additions and 190 deletions

View File

@ -16,6 +16,8 @@ import os
import models.dcgan as dcgan
import models.mlp as mlp
if __name__=="__main__":
parser = argparse.ArgumentParser()
parser.add_argument('--dataset', required=True, help='cifar10 | lsun | imagenet | folder | lfw ')
parser.add_argument('--dataroot', required=True, help='path to dataset')