-
Notifications
You must be signed in to change notification settings - Fork 356
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
Update sphere.py -- add pooling and max_pooling #1596
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d043a4e
Update sphere.py
mzameshina a50e93f
Update sphere.py
mzameshina 23175fe
Update sphere.py
mzameshina e7fff2e
Update sphere.py
mzameshina 17c4348
Update sphere.py
mzameshina 1e1ea6e
Update sphere.py
mzameshina b8465d4
Update sphere.py
mzameshina ed6103a
Update sphere.py
mzameshina 20de3f8
Merge branch 'facebookresearch:main' into main
mzameshina f270a70
Update sphere.py
mzameshina 36a86d3
Update sphere.py
mzameshina 5e35cae
Update sphere.py
mzameshina e061fae
Update sphere.py
mzameshina ade9044
Update sphere.py
mzameshina 1ffb99e
Update sphere.py
mzameshina 444c495
Update sphere.py
mzameshina cdf8ccf
Update sphere.py
mzameshina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
All methods in the list have the same signature, so that they can be used by quasi-randomize.
Please use the same signature.