Have get
look in local cache like import
does
#4720
Labels
A: data-sync
Related to dvc get/fetch/import/pull/push
enhancement
Enhances DVC
feature request
Requesting a new feature
If I run
dvc import . --rev v0.1.0 model.h5
dvc knows to look for the file in the local cache. If I run the same usingget
it does not look for the file in the local cache but downloads from the remote every time. I don't know if there is a particular reasonget
couldn't use the local cache?The reason for wanting to do this relates to using a previous version of a model as initial weights. Please see this question for more context:
https://discuss.dvc.org/t/use-previous-version-of-model-as-initial-weights/525/9
The text was updated successfully, but these errors were encountered: