free-spoken-digit-dataset icon indicating copy to clipboard operation
free-spoken-digit-dataset copied to clipboard

IndexError when I run "ds.spectrograms[0].numpy()"

Open QIanGua opened this issue 1 year ago • 0 comments

Code

import hub
ds = hub.load("hub://activeloop/spoken_mnist")
ds.spectrograms[0].numpy()

Got the error:

CleanShot 2022-10-16 at 01 09 21@2x

QIanGua avatar Oct 15 '22 17:10 QIanGua