Closed guysmoilov closed 3 years ago
In this repo, it took 1:40 minutes to fds add .: https://dagshub.com/nirbarazida/Pneumonia-Classification/src/image-processing
fds add .
To recreate, try to:
image-processing
dvc pull
rm -rf .dvc
fds init
I suspect the problem is that we keep recalculating the folder sizes during the interactive fds add wizard, we probably should calculate it once and cache it.
fds add
Reported by @nirbarazida
In this repo, it took 1:40 minutes to
fds add .
: https://dagshub.com/nirbarazida/Pneumonia-Classification/src/image-processingTo recreate, try to:
image-processing
branchdvc pull
rm -rf .dvc
fds init
fds add .
I suspect the problem is that we keep recalculating the folder sizes during the interactive
fds add
wizard, we probably should calculate it once and cache it.Reported by @nirbarazida