Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting Model to different input and output channels #12

Open
lelouch0204 opened this issue Mar 8, 2021 · 1 comment
Open

Converting Model to different input and output channels #12

lelouch0204 opened this issue Mar 8, 2021 · 1 comment

Comments

@lelouch0204
Copy link

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?

@Rivendile
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants