Skip to content
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

Testing fixes - notebooks, registry, model architectures #25

Merged
merged 8 commits into from
Jan 26, 2021

Conversation

bfineran
Copy link
Member

@bfineran bfineran commented Jan 25, 2021

  • detection notebook constructor fix
  • update registry to use latest sparsezoo api routes
  • correct sparseml model architectures to match sparsezoo
  • tf notebook recipe download fix

@bfineran bfineran self-assigned this Jan 25, 2021
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

kevinaer
kevinaer previously approved these changes Jan 26, 2021
markurtz
markurtz previously approved these changes Jan 26, 2021
@bfineran bfineran dismissed stale reviews from markurtz and kevinaer via ac35999 January 26, 2021 16:24
@@ -2,6 +2,6 @@
Generic code used as utilities and helpers for Keras
"""

from .callbacks import *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The callback module imports logging so this will fail

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Importing out of order will be affected by isort. To avoid being dependent on the init file order, we can use absolute imports when referencing code from the same submodule. I've made this change in callbacks.py and verified the import passes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bfineran bfineran merged commit 6f77f0a into main Jan 26, 2021
@bfineran bfineran deleted the testing-fixes branch January 26, 2021 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants