CYHSM / DeepInsight

A general framework for interpreting wide-band neural activity
MIT License
155 stars 33 forks source link

Google Colab error #14

Open nyirobalazs opened 2 years ago

nyirobalazs commented 2 years ago

When I try to run the available example codes in Google Colab i get the following errors: UnimplementedError: 2 root error(s) found. (0) UNIMPLEMENTED: DNN library is not found. [[{{node time_distributed/conv_tsr0/Conv2D}}]] [[loss/AddN/_519]] (1) UNIMPLEMENTED: DNN library is not found. [[{{node time_distributed/conv_tsr0/Conv2D}}]] 0 successful operations. 0 derived errors ignored.

Meanwhile it is running fine on my personal laptop. Do you know any solution for this problem?