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
When the DynapcnnNetwork.make_config fails, it is often not clear why. It would be helpful to get a brief error message of what failed.
Also, when no suitable mapping of layers to chips is found, currently a ValueError is raised, which is quite generic and makes it hard to catch this specific error in other methods. It might help to include a more specific Error type.
The text was updated successfully, but these errors were encountered:
When the
DynapcnnNetwork.make_config
fails, it is often not clear why. It would be helpful to get a brief error message of what failed.Also, when no suitable mapping of layers to chips is found, currently a ValueError is raised, which is quite generic and makes it hard to catch this specific error in other methods. It might help to include a more specific Error type.
The text was updated successfully, but these errors were encountered: