Skip to content

Commit 142def8

Browse files
authored
Update README.md
1 parent 5aaacbf commit 142def8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generative_models/MoCoGAN_PyTorch/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ python3 main.py --epochs 40000
1515

1616
```
1717
usage: main.py [-h] [--batch-size BATCH_SIZE] [--epochs EPOCHS]
18-
[--pre-train PRE_TRAIN] [--img_size IMG_SIZE]
18+
[--pre-train PRE_TRAIN] [--img_size IMG_SIZE] [--data DATA]
1919
[--channel CHANNEL] [--hidden HIDDEN] [--dc DC] [--de DE]
2020
[--lr LR] [--beta BETA] [--trained_path TRAINED_PATH] [--T T]
2121
@@ -29,6 +29,7 @@ optional arguments:
2929
--pre-train PRE_TRAIN
3030
set 1 when you use pre-trained models
3131
--img_size IMG_SIZE set the input image size of frame
32+
--data DATA set the path for the direcotry containing dataset
3233
--channel CHANNEL set the no. of channel of the frame
3334
--hidden HIDDEN set the hidden layer size for gru
3435
--dc DC set the size of motion vector

0 commit comments

Comments
 (0)