Selecting a submodule from a list according to a tracer #1159
Unanswered
icysapphire
asked this question in
Q&A
Replies: 1 comment
-
We do not intend to support the neural net code as part of the core Aesara library (#674). The code may however be moved to a separate library at a later point in time. |
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
-
I have a pool of convolutional layers and I would like to select which layer to use depending on the value of a tracer. The following is the sketch of my custom module:
Please provide the full traceback of any errors.
I am a newbie and I am trying to figure out a possible implementation considering JAX compilation model.. can you help me? It seems that static args do not help here..
Beta Was this translation helpful? Give feedback.
All reactions