-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: PotatoThanh/moco
base: main
head repository: facebookresearch/moco
compare: main
- 14 commits
- 9 files changed
- 10 contributors
Commits on Oct 4, 2020
-
Apply pyfmt to fbcode/scripts/
Summary: Formats a subset of opted-in Python files in fbsource. Black formatting was applied first, which is guaranteed safe as the AST will not have changed during formatting. Pyfmt was then run, which also includes import sorting. Reviewed By: zertosh Differential Revision: D24101371 fbshipit-source-id: 6860ac16a7060c7f853e9a6bb031a05bec652f3a
Configuration menu - View commit details
-
Copy full SHA for cb10789 - Browse repository at this point
Copy the full SHA cb10789View commit details
Commits on Nov 5, 2020
-
Reviewed By: rbgirshick Differential Revision: D24736498 fbshipit-source-id: da5aae286c1a29c5c8db74006514159a7eca0ee2
Configuration menu - View commit details
-
Copy full SHA for d00ef73 - Browse repository at this point
Copy the full SHA d00ef73View commit details
Commits on Nov 19, 2020
-
avoid relying on private method of detectron2 (facebookresearch#99)
Summary: X-link: facebookresearch/vissl#99 The private method is subject to change. Reviewed By: prigoyal Differential Revision: D25018669 fbshipit-source-id: b85afd076d755e8ea7182322841e8ec0f5f08865
Configuration menu - View commit details
-
Copy full SHA for 87e36d3 - Browse repository at this point
Copy the full SHA 87e36d3View commit details
Commits on Jan 4, 2022
-
Update copyright headers from Facebook to Meta
Reviewed By: aaronabramov Differential Revision: D33407334 fbshipit-source-id: 0d77cb17d5ef97a720d6dc0df4218e6b2ea42dcc
Configuration menu - View commit details
-
Copy full SHA for 64444f4 - Browse repository at this point
Copy the full SHA 64444f4View commit details
Commits on May 15, 2022
-
apply import merging for fbcode (9 of 11)
Summary: Applies new import merging and sorting from µsort v1.0. When merging imports, µsort will make a best-effort to move associated comments to match merged elements, but there are known limitations due to the diynamic nature of Python and developer tooling. These changes should not produce any dangerous runtime changes, but may require touch-ups to satisfy linters and other tooling. Note that µsort uses case-insensitive, lexicographical sorting, which results in a different ordering compared to isort. This provides a more consistent sorting order, matching the case-insensitive order used when sorting import statements by module name, and ensures that "frog", "FROG", and "Frog" always sort next to each other. For details on µsort's sorting and merging semantics, see the user guide: https://usort.readthedocs.io/en/stable/guide.html#sorting Reviewed By: lisroach Differential Revision: D36402230 fbshipit-source-id: beb635105620eb334932a875c3ba58516de3ebe2
Configuration menu - View commit details
-
Copy full SHA for aea97d4 - Browse repository at this point
Copy the full SHA aea97d4View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2eeee76 - Browse repository at this point
Copy the full SHA 2eeee76View commit details
Commits on Jan 18, 2023
-
Relicense MoCo under MIT (facebookresearch#135)
Summary: Updates headers and LICENSE file to be MIT (more permissive than CC-BY-NC) Pull Request resolved: facebookresearch#135 Reviewed By: haooooooqi, endernewton Differential Revision: D42372191 Pulled By: suraj813 fbshipit-source-id: 6c217b452008a3231f747c440162c5c186e18fde
Configuration menu - View commit details
-
Copy full SHA for 7397dfe - Browse repository at this point
Copy the full SHA 7397dfeView commit details
Commits on Jan 24, 2023
-
Reviewed By: d16r Differential Revision: D42602129 fbshipit-source-id: 181da3fbd773d36d4203e15d11df2afa692406cd
Configuration menu - View commit details
-
Copy full SHA for 5a429c0 - Browse repository at this point
Copy the full SHA 5a429c0View commit details
Commits on Aug 28, 2023
-
Del
(object)
from 50 inc scripts/kaiminghe/beta/kilauea/lib/ops/gen……erate_proposal_labels.py Summary: Python3 makes the use of `(object)` in class inheritance unnecessary. Let's modernize our code by eliminating this. Reviewed By: palmje Differential Revision: D48718311 fbshipit-source-id: a7ad496d9b163aa101d9d13481c378e4b4718323
Configuration menu - View commit details
-
Copy full SHA for 1999df8 - Browse repository at this point
Copy the full SHA 1999df8View commit details
Commits on Jan 10, 2024
-
Reviewed By: zsol Differential Revision: D52651504 fbshipit-source-id: c0222a8fd22cd0f961c4517d751ef4aa74028f29
Configuration menu - View commit details
-
Copy full SHA for bab0fe8 - Browse repository at this point
Copy the full SHA bab0fe8View commit details
Commits on Jul 23, 2024
-
Remove scripts/kaiminghe; kaiminghe no longer works here
Summary: `fbcode/scripts` is for storing user scripts. The user kaiminghe no longer works here, so we are attempting to remove their scripts directory to accelerate platform upgrades and reduce code indexing costs. In some cases the directory being removed may not correspond to a user at all. Reviewed By: azad-meta Differential Revision: D60119738 fbshipit-source-id: a8a25b938c4e6bdd2822da414269249c1a252187
Configuration menu - View commit details
-
Copy full SHA for 2fc267e - Browse repository at this point
Copy the full SHA 2fc267eView commit details
Commits on Aug 14, 2024
-
Summary: This diff reverts D60119738 Revert the commit that caused trouble for OSS repo https://github.com/facebookresearch/moco Reviewed By: bxiong1202, endernewton Differential Revision: D61254457 fbshipit-source-id: 87788523209ad4f34a01c5b13f7a4793c0999f2f
Configuration menu - View commit details
-
Copy full SHA for 3402035 - Browse repository at this point
Copy the full SHA 3402035View commit details
Commits on Oct 2, 2024
-
Convert directory fbcode/scripts to use the Ruff Formatter
Summary: Converts the directory specified to use the Ruff formatter in pyfmt ruff_dog If this diff causes merge conflicts when rebasing, please run `hg status -n -0 --change . -I '**/*.{py,pyi}' | xargs -0 arc pyfmt` on your diff, and amend any changes before rebasing onto latest. That should help reduce or eliminate any merge conflicts. allow-large-files Reviewed By: zertosh Differential Revision: D63766311 fbshipit-source-id: de8664f66cbeff02ad4e8882d8bce366c2b1703c
Configuration menu - View commit details
-
Copy full SHA for 3b42c2a - Browse repository at this point
Copy the full SHA 3b42c2aView commit details
Commits on Dec 19, 2024
-
removing base_module] fbcode/deeplearning/cross_image_ssl/moco/TARGETS
Reviewed By: azad-meta Differential Revision: D67441363 fbshipit-source-id: 0c2fa15d654f648a5af6d0584cfc1510cd6df776
Configuration menu - View commit details
-
Copy full SHA for 89d6176 - Browse repository at this point
Copy the full SHA 89d6176View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main