mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
updated progan
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user