-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_check_coefficients is slow in Network and _BasePipe #118
Labels
Comments
Timings for PR #122After initializing a network:
Timing after changes:
Timing before changes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The methods
Network._check_coefficents
,_BasePipe._check_coefficents
, and_BasePipe._check_model_variables
are slowed down by the use ofnumpy.allclose
.Some timing comparisons:
Other options may be available for these checks.
The text was updated successfully, but these errors were encountered: