-
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
fixing the negative_samples notebook #1013
Conversation
potipot
commented
Dec 31, 2021
•
edited
Loading
edited
- added recordcollection add operator (+)
- add slicing (slice indexing) for RecordCollection to return a new object of the same class
- fix the negative samples notebook
- add tests for the new operator
- fix failing tests
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
A couple of tests are not passing apparently. |
why are the changes to |
These changes allow more intuitive use of the old records list, a bit like regular lists. This slicing and adding is used in the negative samples notebook, but I also came across this use case and already had these commits in my own branch done some time before. The idea is to be able to
TODO;You;re right I hurried too much with the PR. I will add tests to the new operator and fix the ones failing. |
the failing tests are the known efficientdet metric values |
Looks good to me. @FraPochetti I think we can merge. |
Yes! Let's merge! |