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
It would be super cool if Audio(), and potentially other features, could read files from a remote file system.
Motivation
Large amounts of data is often stored in buckets. load_from_disk is able to retrieve data from cloud storage but to my knowledge actually copies the datasets across first, so if you're working off a system with smaller disk specs (like a VM), you can run out of space very quickly.
Your contribution
Something like this (for Google Cloud Platform in this instance):
Feature request
Hi there!
It would be super cool if
Audio()
, and potentially other features, could read files from a remote file system.Motivation
Large amounts of data is often stored in buckets.
load_from_disk
is able to retrieve data from cloud storage but to my knowledge actually copies the datasets across first, so if you're working off a system with smaller disk specs (like a VM), you can run out of space very quickly.Your contribution
Something like this (for Google Cloud Platform in this instance):
Under the hood:
Written from memory so some things could be wrong.
The text was updated successfully, but these errors were encountered: