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
At the moment, creating a new DRef requires the associated data to be in memory. This makes it annoying to persist datasets and be able to easily re-load them in a future session. We should provide a means to generate a new DRef from a file stored on a device, and provide some high-level API (maybe another kwarg to poolset) to expose this.
The text was updated successfully, but these errors were encountered:
At the moment, creating a new
DRef
requires the associated data to be in memory. This makes it annoying to persist datasets and be able to easily re-load them in a future session. We should provide a means to generate a newDRef
from a file stored on a device, and provide some high-level API (maybe another kwarg topoolset
) to expose this.The text was updated successfully, but these errors were encountered: