Skip to content
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

added swin swav model #975

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2023

  1. added swin swav model

    Ahmed Mohamed Hamdi Mohamed committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    644cacc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 19, 2023

  1. update mergify team

    Borda committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bd23c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d8a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ae5a0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    61578c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b98c4 View commit details
    Browse the repository at this point in the history
  3. added support for torchvision<v0.13.0

    Ahmed Mohamed Hamdi Mohamed committed May 21, 2023
    Configuration menu
    Copy the full SHA
    b9ce3ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80f1353 View commit details
    Browse the repository at this point in the history
  5. fixed (line too long ) & undefined name 'output' in swav_swin

    Ahmed Mohamed Hamdi Mohamed committed May 21, 2023
    Configuration menu
    Copy the full SHA
    2e0a2ac View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/add_swav_swin' of github.com:AhmedHamdi101/ligh…

    …tning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed May 21, 2023
    Configuration menu
    Copy the full SHA
    2b10e69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21639ac View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on Jun 30, 2023

  1. docs

    Borda committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a996d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bcd19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42cd5ae View commit details
    Browse the repository at this point in the history
  4. precommit

    Borda committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8f73b74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e9c303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26437fb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    9b21e3a View commit details
    Browse the repository at this point in the history
  2. swav backbones mapped using dict instead of if-else conditions

    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    28619e8 View commit details
    Browse the repository at this point in the history
  3. Fixed bugs resulting from changing variable names in the shifted_wind…

    …ow_attention function
    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3115053 View commit details
    Browse the repository at this point in the history
  4. Added test case on the swin swav architecture

    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c7058b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15da066 View commit details
    Browse the repository at this point in the history
  6. removed unused imports from test file

    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    eb49cda View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/add_swav_swin' of https://github.com/AhmedHamdi…

    …101/lightning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7558fcd View commit details
    Browse the repository at this point in the history
  8. changed nmb_prototypes to num_prototypes

    Ahmed Mohamed Hamdi Mohamed committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    29346e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. add test another test case for swin swav

    Ahmed Mohamed Hamdi Mohamed committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    825ba96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83749a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. added version checking for meshgrid &

    modified torchvision functions to be based on the library version.
    Ahmed Mohamed Hamdi Mohamed committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e894a2f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/add_swav_swin' of https://github.com/AhmedHamdi…

    …101/lightning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f3a2d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9944a3 View commit details
    Browse the repository at this point in the history
  4. changed some lines longer than 120 character

    Ahmed Mohamed Hamdi Mohamed committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    803ff9b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/add_swav_swin' of github.com:AhmedHamdi101/ligh…

    …tning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c4a9558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    529c412 View commit details
    Browse the repository at this point in the history
  7. removed unnecessary "else" from meshgrid function

    Ahmed Mohamed Hamdi Mohamed committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    525f1d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. changed set args.max_steps from None -> -1

    Ahmed Mohamed Hamdi Mohamed committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    83c800b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/add_swav_swin' of github.com:AhmedHamdi101/ligh…

    …tning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9bb0bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9849890 View commit details
    Browse the repository at this point in the history
  4. Added functions return types &

    Modified the MLP, Premute, and StochasticDepth definition
    Ahmed Mohamed Hamdi Mohamed committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    28c47e0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/add_swav_swin' of github.com:AhmedHamdi101/ligh…

    …tning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7074e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    723c6f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. changed variable P to Prob

    Ahmed Mohamed Hamdi Mohamed committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    cd1de35 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge branch 'feature/add_swav_swin' of github.com:AhmedHamdi101/ligh…

    …tning-bolts into feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a8f9b9f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Added a compatibility wrapper

    to check on torchvision version
    Ahmed Mohamed Hamdi Mohamed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    880dab8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feature/add_swav_…

    …swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    59bbd74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    898b94d View commit details
    Browse the repository at this point in the history
  4. changed the condition in requires from utils/_dependency.py

    by adding a not in the if condition of reqs list
    Ahmed Mohamed Hamdi Mohamed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b1f55fc View commit details
    Browse the repository at this point in the history
  5. Merge branch

    'feature/add_swav_swin' of github.com:AhmedHamdi101/lightning-bolts into
    feature/add_swav_swin
    Ahmed Mohamed Hamdi Mohamed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3187395 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f03712 View commit details
    Browse the repository at this point in the history