You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This equally applies to metrics/params and plots. We can cache the computed results from every revisions which might be faster than trying to cache the whole index.
At first, we could try caching results without any error but in the long run, we should be able to distinguish between retryable errors (eg: FileNotFoundError in cache and remotes) vs unretryable errors (eg: dvc.yaml being broken and since it's tied to an immutable commit, it's never going to be fixed).
The text was updated successfully, but these errors were encountered:
At first, we could try caching results without any error but in the long run, we should be able to distinguish between retryable errors (eg: FileNotFoundError in cache and remotes) vs unretryable errors (eg: dvc.yaml being broken and since it's tied to an immutable commit, it's never going to be fixed).
This equally applies to
metrics
/params
andplots
. We can cache the computed results from every revisions which might be faster than trying to cache the whole index.At first, we could try caching results without any error but in the long run, we should be able to distinguish between retryable errors (eg:
FileNotFoundError
in cache and remotes) vs unretryable errors (eg:dvc.yaml
being broken and since it's tied to an immutable commit, it's never going to be fixed).The text was updated successfully, but these errors were encountered: