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: qubvel-org/segmentation_models.pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: qubvel-org/segmentation_models.pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 16 commits
  • 106 files changed
  • 7 contributors

Commits on Aug 7, 2023

  1. Bump timm from 0.9.2 to 0.9.5 (#799)

    * Bump timm from 0.9.2 to 0.9.5
    
    Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.2 to 0.9.5.
    - [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
    - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md)
    - [Commits](huggingface/pytorch-image-models@v0.9.2...v0.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: timm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements.txt
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
    dependabot[bot] and qubvel authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    67aceba View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump timm from 0.9.5 to 0.9.7 (#807)

    Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.5 to 0.9.7.
    - [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
    - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md)
    - [Commits](huggingface/pytorch-image-models@v0.9.5...v0.9.7)
    
    ---
    updated-dependencies:
    - dependency-name: timm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6db76a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. In albumentations >= 1.4.0 the "imgaug" library was removed. some fun…

    …ctions need to be renamed (#870)
    
    In albumentations >= 1.4.0 the "imgaug" library was removed. some functions need to be renamed in order to support albumentations >= 1.4.0.
    
    read more at:
    https://albumentations.ai/docs/release_notes/
    CallShaul authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b081758 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Updated false positve and false negative rate functions in functional…

    ….py (#855)
    
    false positve and false negative rate functions
    to increase clarity for further usage, the two functions can be derived from already written sensitivity and specificity functions. 
    
    Merging these into single ones, will help user to generalize all the metrics easily.
    vermavinay982 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3bf4d6e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Add HF hub mixin (#876)

    * Bump version
    
    * Update gitignore
    
    * Update flake
    
    * Add hub mixin
    
    * Fix interpolation
    
    * Add from_pretrained
    
    * Update example
    qubvel authored May 30, 2024
    Configuration menu
    Copy the full SHA
    f09be0a View commit details
    Browse the repository at this point in the history
  2. use precommit for code linting (#829)

    * use precommit
    
    * make
    
    * packages
    Borda authored May 30, 2024
    Configuration menu
    Copy the full SHA
    8fcc1a3 View commit details
    Browse the repository at this point in the history
  3. Add Ruff for formatting and linting (#877)

    * Reformat with ruff
    
    * Add ruff
    
    * Check lint error
    
    * Fix
    
    * Fix test
    qubvel authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ded60a4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add docs config (#878)

    qubvel authored May 31, 2024
    Configuration menu
    Copy the full SHA
    b948136 View commit details
    Browse the repository at this point in the history
  2. Update docs (#879)

    * Add docs config
    
    * Fix mock
    
    * Add huggingface_hub to reqs for docs
    
    * Remove from mocks
    
    * Fix
    
    * Change theme
    
    * Fix
    
    * Fix
    
    * Update emoji
    
    * Table of content
    
    * Links in doc
    
    * Update content
    
    * Update examples
    
    * Update
    
    * Update
    
    * Add save load
    qubvel authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3d6da1d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jul 11, 2024

  1. Rename master->main (#891)

    qubvel authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d7a3eb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update ruff to version 0.5.2 and workflows update (#892)

    * Update tests.yml
    
    * Update pypi.yml
    
    * Update tests.yml
    
    * bugfix
    
    * Update dependabot.yml
    
    * Update ruff to version 0.5.2
    
    * Update setup.py
    
    * Update requirements.txt
    
    * Update ruff to version 0.5.2
    
    * Create ruff.toml
    
    * Update ruff.toml
    
    * Update ruff.toml
    
    * Update ruff.toml
    
    * revert
    
    * Align torchvision version with test version
    
    * Update tests.yml
    
    * Update ruff.toml
    
    * Update ruff.toml
    
    * revert
    
    * revert
    Smartappli authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f92821a View commit details
    Browse the repository at this point in the history
  2. Bump actions/stale from 4 to 9 (#895)

    Bumps [actions/stale](https://github.com/actions/stale) from 4 to 9.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v4...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c68fc94 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update hub_mixin.py (#909)

    Fix the error caused by pop operation on non-existing key in dict.
    ytzfhqs authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f40b6ed View commit details
    Browse the repository at this point in the history
  2. Update HF mixin (#910)

    * Update mixin
    
    * Add reqs for hub lib
    
    * Add example to save load share
    
    * Add filter warning (not relevant)
    
    * Fix typo
    qubvel authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c23bbb0 View commit details
    Browse the repository at this point in the history
  3. Update version

    qubvel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    19a1ff6 View commit details
    Browse the repository at this point in the history
Loading