maxrmorrison / torchutil

General utilities for developing deep learning projects using PyTorch
MIT License
4 stars 1 forks source link

Extract NamedTemporaryFile name in the download zip function #3

Closed anthonio9 closed 1 year ago

anthonio9 commented 1 year ago

related to issue https://github.com/maxrmorrison/torchutil/issues/2

This fix made it possible for me to download the ptdb dataset, the error mentioned in the issue no longer happens.