Closed guissalustiano closed 3 years ago
I guess you can create your small function in your local module?
Of course, it's a simple function. I just commented here because it is a logic that already exists in this package and could be made available to other people with similar problems.
So do you think it is a common issue for people who use tensorflow?
I don't use Tensorflow and its DownloadManager, so not sure how useful it is, but if the refactoring result is not too complex and acceptable, I'll probably merge it.
Honestly, coming to think of it, it's a very specific case that I used, most people usually host these files on s3 which makes it easier to download I'll close this for now and if anyone else is interested I can implement
I need download using
tfds.download.DownloadManager
from Tensorflow, to this I only need the download url.Does it make sense to add this to the
download.py
file? Only need to refactor the download function to smaller functions. I can do this, but need confirmation that is ok.