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
- Host: GitHub
- URL: https://github.com/thefloatingstring/pytorch-tools
- Owner: TheFloatingString
- Created: 2025-03-09T01:46:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T03:16:24.000Z (over 1 year ago)
- Last Synced: 2025-03-09T03:18:00.383Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?