synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
77 stars 8 forks source link

Add method to verify if a network is deployable on a device even if the device isn't actually present/connected. #179

Closed ssinhaleite closed 9 months ago

ssinhaleite commented 9 months ago

At the moment, there doesn't seem to be a method to verify, the network validity without having the device readily available/connected.

This is a useful functionality for users who want to validate networks, before development kits are available.