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
Early on, we discussed that it can be useful to download datasets ahead of time and use them later on, e.g. on a plane w/o internet connection.
So my suggestion would be to add methods to Dataset to save to / load from JSON. This would mostly require serializing the models. Except File, where we need to be more careful because of File.local_path.
Should be enough to serialize the models to JSON.
The text was updated successfully, but these errors were encountered: