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
We can add LRU replacement scheme as a reference and for general use cases.
However, for deep learning use cases, LRU many not be as appropriate as other cases.
With DL, we first design prefetching schemes. Then, based on the prefetching targets, we select eviction targets. If a file that we want to prefetch is already present, we should not evict it and avoid prefetching.
This issue will need to be addressed by multiple sub plans.
The text was updated successfully, but these errors were encountered:
We can add LRU replacement scheme as a reference and for general use cases.
However, for deep learning use cases, LRU many not be as appropriate as other cases.
With DL, we first design prefetching schemes. Then, based on the prefetching targets, we select eviction targets. If a file that we want to prefetch is already present, we should not evict it and avoid prefetching.
This issue will need to be addressed by multiple sub plans.
The text was updated successfully, but these errors were encountered: