ACL-GAN icon indicating copy to clipboard operation
ACL-GAN copied to clipboard

Converting Model to different input and output channels

Open lelouch0204 opened this issue 3 years ago • 1 comments

Hi,

I found your work highly interesting and was taking a look at the model. I wanted to make it so that domain A has 3 input channels and B has 31 channels, but could not find a way to do so. Could you suggest where I could make the changes?

lelouch0204 avatar Mar 08 '21 15:03 lelouch0204

Thanks for your interest. I think there are two steps. First, change the input_dim / output_dim in config file. Second, modify the architecture of the network in networks.py.

Rivendile avatar Apr 08 '21 03:04 Rivendile