Skip to content

Commit 946ef3d

Browse files
authored
Update main.py
1 parent 8727f94 commit 946ef3d

File tree

1 file changed

+2
-0
lines changed
  • generative_models/MoCoGAN_PyTorch

1 file changed

+2
-0
lines changed

generative_models/MoCoGAN_PyTorch/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def main():
2323
help='set 1 when you use pre-trained models'),
2424
parser.add_argument('--img_size', type=int, default=96,
2525
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'),
2628
parser.add_argument('--channel', type=int, default=3,
2729
help='set the no. of channel of the frame'),
2830
parser.add_argument('--hidden', type=int, default=100,

0 commit comments

Comments
 (0)