Merge pull request #69 from kopytjuk/bugfix-windows

Bugfix to run the code on windows machines.
This commit is contained in:
Soumith Chintala 2018-12-25 11:43:31 -05:00 committed by GitHub
commit 72853533a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')