File tree 1 file changed +2
-1
lines changed
generative_models/MoCoGAN_PyTorch
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $ python3 main.py --epochs 40000
15
15
16
16
```
17
17
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]
19
19
[--channel CHANNEL] [--hidden HIDDEN] [--dc DC] [--de DE]
20
20
[--lr LR] [--beta BETA] [--trained_path TRAINED_PATH] [--T T]
21
21
@@ -29,6 +29,7 @@ optional arguments:
29
29
--pre-train PRE_TRAIN
30
30
set 1 when you use pre-trained models
31
31
--img_size IMG_SIZE set the input image size of frame
32
+ --data DATA set the path for the direcotry containing dataset
32
33
--channel CHANNEL set the no. of channel of the frame
33
34
--hidden HIDDEN set the hidden layer size for gru
34
35
--dc DC set the size of motion vector
You can’t perform that action at this time.
0 commit comments