We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8727f94 commit 946ef3dCopy full SHA for 946ef3d
generative_models/MoCoGAN_PyTorch/main.py
@@ -23,6 +23,8 @@ def main():
23
help='set 1 when you use pre-trained models'),
24
parser.add_argument('--img_size', type=int, default=96,
25
help='set the input image size of frame'),
26
+ parser.add_argument('--data', type=str, default='data',
27
+ help='set the path for the direcotry containing dataset'),
28
parser.add_argument('--channel', type=int, default=3,
29
help='set the no. of channel of the frame'),
30
parser.add_argument('--hidden', type=int, default=100,
0 commit comments