You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have temporarily fixed this by modifying line 30 in lava_nx_env/lib/python3.8/site-packages/lava/utils/loihi2_state_probes.py such that a local directory is used:
root = os.path.join(os.getcwd(), "tmp/")
Anyway, the issue might wanna be addressed in the next version of lava-loihi.
The text was updated successfully, but these errors were encountered:
I describe here an issue that I posted on Confluence earlier today. It may be related to #548.
Trying to run
tutorialX05_probing_states.ipynb
in vLab with lava-loihi v0.5.0, I’m getting aI have temporarily fixed this by modifying line 30 in
lava_nx_env/lib/python3.8/site-packages/lava/utils/loihi2_state_probes.py
such that a local directory is used:Anyway, the issue might wanna be addressed in the next version of lava-loihi.
The text was updated successfully, but these errors were encountered: