mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Fix style_transfer_mode bug
This commit is contained in:
parent
1dc07b40c9
commit
bbaac2c041
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
|
@ -147,5 +147,4 @@ DEFAULT_RL_MODE = 0
|
|||
DEFAULT_IMAGE_ASSESSMENT_MODE = 0
|
||||
|
||||
DEFAULT_STYLE_TRANSFER_MODE = 0
|
||||
COMIX_GAN_WEIGHTS_PATH = os.path.join(BASE_DIR, 'ComixGAN', 'G_weights.best.hdf5')
|
||||
COMIX_GAN_MODEL_PATH = os.path.join(BASE_DIR, 'ComixGAN', 'generator_model.h5')
|
||||
|
|
|
|||
Loading…
Reference in a new issue