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:
@@ -8,7 +8,7 @@ CHECKPOINT_GEN = "generator.pth"
|
||||
CHECKPOINT_CRITIC = "critic.pth"
|
||||
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
||||
SAVE_MODEL = True
|
||||
LOAD_MODEL = True
|
||||
LOAD_MODEL = False
|
||||
LEARNING_RATE = 1e-3
|
||||
BATCH_SIZES = [32, 32, 32, 16, 16, 16, 16, 8, 4]
|
||||
CHANNELS_IMG = 3
|
||||
|
||||
Reference in New Issue
Block a user