BetterLoader Versions Save

A better PyTorch data loader capable of custom image operations and image subsets

0.2.2

3 years ago

Added the ability for a transforms parameter to be a dictionary during DataLoader creation.

Ref: #25

0.2.1

3 years ago

UnsupervisedBetterLoader support as a top level import, per #24

0.2.0

3 years ago

Added index/subset object support as optional params :)

0.1.9

3 years ago

Fixed issue with betterloader.defaults call :)

0.1.8

3 years ago

Dependency bump

0.1.7

3 years ago

Fixes unexpected bug with logo displaying on https://pypi.org/project/BetterLoader/

0.1.6

3 years ago

No breaking changes, but support for loading data for both supervised, and unsupervised tasks.

Issues Closed: #20 #19 #13 #18

Contributors:

  1. @ishaanchandratreya

0.1.5

3 years ago

Fixed functionality breaking bug in 0.1.4

0.1.4

3 years ago

Cleaned up the codebase, modified code to reflect documentation, and added actually consistent docs!

0.1.3

3 years ago

Trimmed down sample calls, added default parameters, made life a lot easier :)