How can I adapt INN to model with only mlp layers? #37
Unanswered
Jaehyung-Lim
asked this question in
Q&A
Replies: 1 comment
-
|
Hello! Thanks for your interest in our research. Sure, it is quite simple: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thanks for sharing your wonderful research.
I have a tiny question about this project during applying INN to MLP model.
I'm implementing MLP layer (64 -> 32 -> 16 -> 1).
Their names are 'fc1', 'fc2', 'fc3', namely there weights are 'fc1.weight', 'fc2.weight', 'fc3.weight'.
Then, How can I use INN wrapper with this MLP model?
I want you to kindly share example of "continuous_dims" and "example_input".
Thank you again!
Beta Was this translation helpful? Give feedback.
All reactions