-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the dataset is deleted right after download in Windows10 #270
Comments
I wanted to dig a bit into the issue, but I'm facing the following (cumulative) issues:
The log for download via proxy:
|
Hi Marius, thanks for reporting the issue. The downloads being removed must be an issue with the windows-specific dataset unpacking, I'll see that I can get that removed, as it existed only for backward compatibility. I don't have a Windows machine to test on unfortunately, but will see how to fix. I'm not sure what the interaction with the proxy is, since downloading is done by DataDeps.jl.
Dataset recipes are populated by the domain packages like FastVision.jl and FastTabular.jl so you'll have to load one first to see the dataset recipes, e.g. using FastAI, FastVision
datarecipes()
Will see to update the compat bounds 👍 , see #274 |
Package Version
0.5.0
Julia Version
1.8.3
OS / Environment
Windows10
Describe the bug
I just run the following code to download the coco_sample dataset:
FastAI.load(datasets()["coco_sample"])
. The download is succesful. After the download 7zip is being called to unpack the archive. After the unzipping the following error occurs.It looks like the script tries to delete the folder it just created,
fastai-coco_cample
.This happens with all the datasets.
Note that I have the julia's DEPOT_PATH environment variable set to
D:\\z_installed_programs\\julia-depot
, instead of the default home directory of the user.Steps to Reproduce
Expected Results
get the coco sample dataset on the PC
Observed Results
the archive of the coco sample is downloaded, the archive is unzipped, then the error occurs and then the
fastai-coco_cample
folder containing the archive and the unzipped data is deleted.Relevant log output
The text was updated successfully, but these errors were encountered: