AttributeError: slayer.synapse.conv object has no attribute 'export_hdf5' when exporting slayer.synapse.conv from slayer to lava process/netx #336
Unanswered
gwgknudayanga
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In my network in slayer, output layer is just conv synapses (no any neurons after that). However when i am exporting the network from slayer to .netx it gives "AttributeError: slayer.synapse.conv object has no attribute 'export_hdf5". Is this capability not available currently?
Or otherwise available some alternative way?
Actually in 'tiny_yolov3_str' example, they used the slayer.synapse.conv layers. But when exporting they ignore exporting them with following conditional check. So the exported model is incompleted. So, with the incompleted model how does it work in lava processes when inferencing in lohi-2? That is also bit unclear.
Thank you.
Thanks and Rgds,
Udayanga
Beta Was this translation helpful? Give feedback.
All reactions