An open API service indexing awesome lists of open source software.

https://github.com/thefloatingstring/pytorch-tools

SDK to make PyTorch more expressive in fewer lines of code
https://github.com/thefloatingstring/pytorch-tools

Last synced: about 1 year ago
JSON representation

SDK to make PyTorch more expressive in fewer lines of code

Awesome Lists containing this project

README

          

# pytorch-tools

### Features

For Dataset:

+ [ ] Printout of return types (future feature: print out schema?)

For DataLoader:

+ [ ] Filter by labels using the `.filter()` method
+ [ ] Return a subsample using `.sample(n=, random_state=)`

Future features:

+ [ ] Pandas dataframe abstraction calls?