update readmes, added pix2pix

This commit is contained in:
Aladdin Persson
2021-03-06 12:54:46 +01:00
parent 946465e63c
commit 00ea9fea1f
6 changed files with 2 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ CHANNELS_IMG = 3
L1_LAMBDA = 100
LAMBDA_GP = 10
NUM_EPOCHS = 500
LOAD_MODEL = True
SAVE_MODEL = True
LOAD_MODEL = False
SAVE_MODEL = False
CHECKPOINT_DISC = "disc.pth.tar"
CHECKPOINT_GEN = "gen.pth.tar"