updated progan

This commit is contained in:
Aladdin Persson
2021-03-24 13:01:45 +01:00
parent 59b1de7bfe
commit 74597aa8fd
5 changed files with 15 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ import cv2
import torch
from math import log2
START_TRAIN_AT_IMG_SIZE = 4
START_TRAIN_AT_IMG_SIZE = 128
DATASET = 'celeb_dataset'
CHECKPOINT_GEN = "generator.pth"
CHECKPOINT_CRITIC = "critic.pth"