Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Releases: AFAgarap/pt-datasets

Re-define loading for MalImg dataset

08 Jul 10:06
Compare
Choose a tag to compare
  • Add dataset class for MalImg
  • Re-define loading for MalImg

Fix datasets subpackage inclusion issue

18 Jun 15:22
fd4655b
Compare
Choose a tag to compare
  • Include the pt_datasets.datasets subpackage in setup.

Reorganize dataset classes

16 Jun 09:14
5ead1f8
Compare
Choose a tag to compare
  • Move dataset classes to their own subpackage.

Use global random seed

15 Jun 11:00
Compare
Choose a tag to compare
  • Use the global random seed set in a module instead of a fixed random seed.
  • Reformat pt_datasets.COVID19Dataset class.

Fix slow loading

06 Jun 09:58
Compare
Choose a tag to compare
  • Import umap only when needed to resolve slow loading import any import from the package.

Fix setup issues

04 Jun 07:43
Compare
Choose a tag to compare
  • Update dependencies versions.
  • Resolve download issue with Yelp using gdown.
  • Rename IMDB to resolve download issue using gdown.

Add WDBC Dataset class

04 Jun 06:56
ff5f115
Compare
Choose a tag to compare
  • Implement a torch.utils.data.Dataset class for WDBC dataset.

Fix package setup

23 May 07:40
Compare
Choose a tag to compare

Fixes

  • Use shell gdown for downloading AG News and Yelp datasets
  • Pin versions for llvmlite and numba

Add Yelp to supported datasets

18 May 06:44
bd4eaa3
Compare
Choose a tag to compare
  • Add dataset class for Yelp text classification
  • Add loader for training and test data for Yelp

Add loader function for IMDB dataset

09 May 06:37
Compare
Choose a tag to compare

Define loader function for IMDB training and test datasets