"Nested compiled networks are not currently supported" error while running tutorial 1 on colab #653
Replies: 1 comment 1 reply
-
I can't really understand why this might happen. When I reduce the batch size to 1 and use a CPU runtime, tutorial 1 works correctly (albeit slowly). Have you tried running all cells again/restarting the kernel? If that doesn't work, can you share your modified version of the notebook? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I just started studying genn and mlgenn. I was able to correctly run all of Genn's tutorials, but none of mlGeNN's. They all ended with the same exception -> RuntimeError: Nested compiled networks are not currently supported.
This only happens when I try to execute the code that is supposed to evaluate the compiled network.
I'm currently running this in colab, and the only change I made to the entire tutorial was to set batch_size to 1, since I'm only using CPU for now.
Beta Was this translation helpful? Give feedback.
All reactions