Problem in sending ...
 
Notifications
Clear all

Problem in sending model to device

1 Posts
2 Users
0 Likes
711 Views
0
Topic starter

Hi,

I am working with a Speck2fDevKit. When I issue the command lsusb in a Linux terminal I get:

Bus 004 Device 002: ID 337d:5bca SynSense Speck2fDevKit

So it looks like the device is found by the system (Ubuntu 20.04).

 

The problem is that when I try to download a model to the device with the python command:

 

dynapcnn_model = sdc.DynapcnnNetwork(model, input_shape=[2,34,34],dvs_input=False)
device ='speck2fdevkit'
dynapcnn_model.to(device)
 
I get the following error:
 
Error: Access denied (insufficient permissions)
KeyError: 'speck2fdevkit:0'
 
Do you know what the problem might be?
Thanks!
Javi
1 Answer
0

Hello,you can refer to this article: https://synsense-sys-int.gitlab.io/samna/install.html

Share:
Close
Back To