mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
update readmes, added pix2pix
This commit is contained in:
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/config.cpython-38.pyc
Normal file
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/config.cpython-38.pyc
Normal file
Binary file not shown.
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/dataset.cpython-38.pyc
Normal file
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/dataset.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/utils.cpython-38.pyc
Normal file
BIN
ML/Pytorch/GANs/Pix2Pix/__pycache__/utils.cpython-38.pyc
Normal file
Binary file not shown.
@@ -13,8 +13,8 @@ CHANNELS_IMG = 3
|
|||||||
L1_LAMBDA = 100
|
L1_LAMBDA = 100
|
||||||
LAMBDA_GP = 10
|
LAMBDA_GP = 10
|
||||||
NUM_EPOCHS = 500
|
NUM_EPOCHS = 500
|
||||||
LOAD_MODEL = True
|
LOAD_MODEL = False
|
||||||
SAVE_MODEL = True
|
SAVE_MODEL = False
|
||||||
CHECKPOINT_DISC = "disc.pth.tar"
|
CHECKPOINT_DISC = "disc.pth.tar"
|
||||||
CHECKPOINT_GEN = "gen.pth.tar"
|
CHECKPOINT_GEN = "gen.pth.tar"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user