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
then executing the code dls.show_batch(max_n=1) produce this error:
...
--> 697 res = L(b).map(partial(batch_to_samples,max_n=max_n))
698 return retain_types(res.zip(), [b])
699
RecursionError: maximum recursion depth exceeded while calling a Python object
More importantly, I have applied the one_batch() method, but the input was still the
filename not a TensorAudio or MelSpectrogram object !
I think that is the problem.
The text was updated successfully, but these errors were encountered:
Hi Benjamin,
I am trying to train a classifier with the melspectogram using the audio module.
Here is datablock instantiation:
then executing the code
dls.show_batch(max_n=1)
produce this error:More importantly, I have applied the
one_batch()
method, but the input was still thefilename not a
TensorAudio
orMelSpectrogram
object !I think that is the problem.
The text was updated successfully, but these errors were encountered: