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

VideoSwin Backbone #1808

Open
wants to merge 8 commits into
base: keras-hub
Choose a base branch
from
Open

Commits on Aug 12, 2024

  1. Add VGG16 backbone (keras-team#1737)

    * Agg Vgg16 backbone
    
    * update names
    
    * update tests
    
    * update test
    
    * add image classifier
    
    * incorporate review comments
    
    * Update test case
    
    * update backbone test
    
    * add image classifier
    
    * classifier cleanup
    
    * code reformat
    
    * add vgg16 image classifier
    
    * make vgg generic
    
    * update doc string
    
    * update docstring
    
    * add classifier test
    
    * update tests
    
    * update docstring
    
    * address review comments
    
    * code reformat
    
    * update the configs
    
    * address review comments
    
    * fix task saved model test
    
    * update init
    
    * code reformatted
    divyashreepathihalli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a089a8b View commit details
    Browse the repository at this point in the history
  2. Add ResNetBackbone and ResNetImageClassifier (keras-team#1765)

    * Add ResNetV1 and ResNetV2
    
    * Address comments
    james77777778 authored and divyashreepathihalli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    73b7bad View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add CSP DarkNet backbone and classifier (keras-team#1774)

    * Add CSP DarkNet
    
    * Add CSP DarkNet
    
    * snake_case function names
    
    * change use_depthwise to block_type
    sachinprasadhs authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    26afc7e View commit details
    Browse the repository at this point in the history
  2. Add FeaturePyramidBackbone and port weights from timm for `ResNet…

    …Backbone` (keras-team#1769)
    
    * Add FeaturePyramidBackbone and update ResNetBackbone
    
    * Simplify the implementation
    
    * Fix CI
    
    * Make ResNetBackbone compatible with timm and add FeaturePyramidBackbone
    
    * Add conversion implementation
    
    * Update docstrings
    
    * Address comments
    james77777778 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    00ab4d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add DenseNet (keras-team#1775)

    * Add DenseNet
    
    * fix testcase
    
    * address comments
    
    * nit
    
    * fix lint errors
    
    * move description
    sachinprasadhs authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9860756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ececd14 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. video_swin added

    ushareng committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b859b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. code format fixed

    ushareng committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c2a8550 View commit details
    Browse the repository at this point in the history