-
Notifications
You must be signed in to change notification settings - Fork 150
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
Swin Transformer notebook #1059
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1059 +/- ##
=======================================
Coverage 85.96% 85.96%
=======================================
Files 283 283
Lines 5944 5944
=======================================
Hits 5110 5110
Misses 834 834
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Hey @dnth thanks a lot man!
Would you mind reverting the changes you made to the getting_started
notebook?
notebooks/getting_started_object_detection.ipynb
There are a couple of tweaks that I don't think are needed for this PR, e.g. adding the Swin notebook.
Also, feel free to add the Swin notebook to the Other tutorials
section of the docs, here.
It'd be cool to have it there!
Thanks a lot @dnth! To add the new notebooks to the Docs as @FraPochetti suggested, all you need is to add this line :
after this line: |
I have updated the PR following the suggestions above. Is there anything left out? |
I don't think so Dickson. |
This PR adds a notebook to show users how to use Swin Transformer as backbone for the RetinaNet and VFNet model.