-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
We do not check the consistency of the symbolic circuits before compilation.
Add the following checks in the __init__ method of the symbolic circuit:
- Check the connections between layers and their arity. They must match.
- Check the number of input units to each inner layer. They must match.
- Check that inner layers have input connections, while input layers do not.
- ... and other checks of this kind on the parameters.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request