Skip to content

Commit

Permalink
Merge pull request #103 from BloodAxe/develop
Browse files Browse the repository at this point in the history
0.8 Release
  • Loading branch information
BloodAxe authored Nov 21, 2024
2 parents c799081 + 9764de2 commit eab8e66
Show file tree
Hide file tree
Showing 38 changed files with 701 additions and 552 deletions.
2 changes: 1 addition & 1 deletion pytorch_toolbelt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import

__version__ = "0.7.0"
__version__ = "0.8.0"
1 change: 0 additions & 1 deletion pytorch_toolbelt/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .common import *
from .classification import *
from .segmentation import *
from .wrappers import *
from .mean_std import *
58 changes: 0 additions & 58 deletions pytorch_toolbelt/datasets/classification.py

This file was deleted.

2 changes: 0 additions & 2 deletions pytorch_toolbelt/datasets/providers/__init__.py

This file was deleted.

112 changes: 0 additions & 112 deletions pytorch_toolbelt/datasets/providers/coco_detection.py

This file was deleted.

194 changes: 0 additions & 194 deletions pytorch_toolbelt/datasets/providers/inria_aerial.py

This file was deleted.

Loading

0 comments on commit eab8e66

Please sign in to comment.