amazon-science / gan-control

This package provides a pythorch implementation of "GAN-Control: Explicitly Controllable GANs", ICCV 2021.
Apache License 2.0
137 stars 23 forks source link

Pre-trained generator model #15

Open jasuriy opened 11 months ago

jasuriy commented 11 months ago

"training_config": { "debug": false, "parallel_grad_regularize_step": true, "iter": 500000, "start_iter": 0, "batch": 16, "mini_batch": 16, "mini_batch_mode": "normal", "transfer_learning_model": { "enabled": true, "model_path": "path to a pre-trained gan (not required)" },

where can I find pre-trained gan model here :  "model_path": "path to a pre-trained gan (not required)"

PS: I am trying to train the model by transfer learining in my smaller dataset.