Replies: 1 comment 2 replies
-
Hi @blau8600 thanks for reaching out. It looks like your Lava-Loihi installation has some issues. Have you tested or run other scripts using lava-loihi installation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am running the benchmark tutorial https://github.com/lava-nc/lava-dl/blob/main/tutorials/lava/lib/dl/netx/pilotnet_sdnn/benchmark.ipynb on INRC server. However, the variable "loihi2_is_available" in the code below returns False.
from lava.utils.system import Loihi2
Loihi2.preferred_partition = 'oheogulch'
loihi2_is_available = Loihi2.is_loihi2_available
Also, I try to import loihi2_profiler using this code.
from lava.utils import loihi2_profiler
. However, it has the following error.ImportError: cannot import name 'loihi2_profiler' from 'lava.utils' (unknown location).
I was wondering if is it because my installation is incorrect.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions