Hypernetworks with flax? #1246
-
Hi, how would I implement a network that spits out another network after some calculation? Consider the following minimal example:
which throws a
Thanks for your input! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
In this case you should add |
Beta Was this translation helpful? Give feedback.
-
Ha, this is true of course, maybe my minimal example was too minimal. Actually, there is more than one method which would need the inline submodule, so your suggested solution unfortunately doesn't work. Updated example (bit contrived now):
Concretely, I'm trying to fix up the |
Beta Was this translation helpful? Give feedback.
-
I found that my previous design for integrating FLAX into JaxRK does not make sense and have changed this. Thus I'm marking the question as answered. |
Beta Was this translation helpful? Give feedback.
I found that my previous design for integrating FLAX into JaxRK does not make sense and have changed this. Thus I'm marking the question as answered.