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
With the new possibility to load only certain attachments of a database, a database will not be marked as completely loaded in cache when all media files and tables are there, but attachments are missing. This has the downside that audb.load() will scan for missing media files when called again even though all media files are downloaded.
So maybe it would make sense to split up the information if all files are loaded for the different types of files.
The text was updated successfully, but these errors were encountered:
With the new possibility to load only certain attachments of a database, a database will not be marked as completely loaded in cache when all media files and tables are there, but attachments are missing. This has the downside that
audb.load()
will scan for missing media files when called again even though all media files are downloaded.So maybe it would make sense to split up the information if all files are loaded for the different types of files.
The text was updated successfully, but these errors were encountered: