-
Notifications
You must be signed in to change notification settings - Fork 332
EfficientNetV2 Functional subclass #1448
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
Conversation
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.
Looks good -- thank you!
/gcbrun |
Test failure looks real. Please take a look -- thanks!
|
Not sure why the test is failing, I tested the above code and it works fine |
@IMvision12 based on the error message (are you able to see it?), this is related to serialization / You should be able to run this test locally with PyTest to test further. |
Oh, yeah i didn't see that |
|
/gcbrun |
@ianstenbit, would we be interested in integrating SSD (Single Shot Detector) models to kcv? I was thinking about working on it. |
I'd open an issue about it and tag LukeWood -- I think in general new OD models are something we're interested in, but prioritizing YOLOx and YOLOv8 first. |
* update * docs * docs * update * update
https://colab.research.google.com/drive/1YDJTN4P4LArfWjXGW1u7ke_TTL5a8SfB?usp=sharing
Fix : #1425
@ianstenbit