Releases: diffgram/python-sdk
Releases · diffgram/python-sdk
0.5.0
What's Changed
- Add auto launch feature to job creation method by @PJEstrada in #20
Full Changelog: 0.4.17...0.5.0
0.4.17
0.4.16
0.4.15
- Make tf and torch optional
- Bugfix new parallel auth
0.4.14
0.4.13
0.4.12
Features:
- Added a caching mechanism to save 1GB of data to avoid duplicate requests
- Added a threaded approach to fetch the next file.
- Proactively fetch next N files to reduce network waiting times.
- Stop using session in request to allow for usage of multiple workers in dataloaders of pytorch.