Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PotatoThanh/moco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: facebookresearch/moco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 9 files changed
  • 10 contributors

Commits on Oct 4, 2020

  1. 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
    amyreese authored and facebook-github-bot committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    cb10789 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. use naiveSyncBN for moco

    Reviewed By: rbgirshick
    
    Differential Revision: D24736498
    
    fbshipit-source-id: da5aae286c1a29c5c8db74006514159a7eca0ee2
    ppwwyyxx authored and facebook-github-bot committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    d00ef73 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. 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
    ppwwyyxx authored and facebook-github-bot committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    87e36d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Update copyright headers from Facebook to Meta

    Reviewed By: aaronabramov
    
    Differential Revision: D33407334
    
    fbshipit-source-id: 0d77cb17d5ef97a720d6dc0df4218e6b2ea42dcc
    zertosh authored and facebook-github-bot committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    64444f4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. 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
    amyreese authored and facebook-github-bot committed May 15, 2022
    Configuration menu
    Copy the full SHA
    aea97d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    2eeee76 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. 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
    subramen authored and facebook-github-bot committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7397dfe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Daily arc lint --take BLACK

    Reviewed By: d16r
    
    Differential Revision: D42602129
    
    fbshipit-source-id: 181da3fbd773d36d4203e15d11df2afa692406cd
    generatedunixname89002005367269 authored and facebook-github-bot committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5a429c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. 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
    r-barnes authored and facebook-github-bot committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1999df8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. scripts/kaiminghe

    Reviewed By: zsol
    
    Differential Revision: D52651504
    
    fbshipit-source-id: c0222a8fd22cd0f961c4517d751ef4aa74028f29
    generatedunixname89002005287564 authored and facebook-github-bot committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bab0fe8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 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
    r-barnes authored and facebook-github-bot committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2fc267e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Revert D60119738

    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
    generatedunixname89002005232357 authored and facebook-github-bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3402035 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. 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
    Thomas Polasek authored and facebook-github-bot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3b42c2a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. removing base_module] fbcode/deeplearning/cross_image_ssl/moco/TARGETS

    Reviewed By: azad-meta
    
    Differential Revision: D67441363
    
    fbshipit-source-id: 0c2fa15d654f648a5af6d0584cfc1510cd6df776
    generatedunixname89002005287564 authored and facebook-github-bot committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    89d6176 View commit details
    Browse the repository at this point in the history
Loading