-
Notifications
You must be signed in to change notification settings - Fork 277
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
InceptionNet #2154
base: master
Are you sure you want to change the base?
InceptionNet #2154
Conversation
@JyotinderSingh Now I think it is good to go, I have tried to resolve the test issues... |
@JyotinderSingh Good evening. Would you please review? |
Hi @yugborana, looks like the CI is breaking due to some import errors. Could you please take a look? |
@JyotinderSingh solved the issue |
Again import error came. Let me resolve and inform... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing @yugborana! I've left a few minor comments.
keras_hub/src/models/inception/inception_image_classifier_test.py
Outdated
Show resolved
Hide resolved
Please also include a numerics verification colab notebook which verifies the outputs of this implementation against a reference. Ideally this implementation's outputs would be within a reasonable margin of error. |
The formatter also seems to be failing, please reformat the code using instructions present here. |
tried to make it but an import error coming again and again. I will try to resolve |
yeah, resolving it |
@JyotinderSingh Tried to resolve issues but something is failing again and again. Would like to request whenever you have time to go through it and leave some comments, it would be a great help. |
Adding InceptionNet backbone Functionalities...