Replies: 1 comment 5 replies
-
|
@MCalafato I'be not seen that error yet. Can you send a reproducible script? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to train a TasNet model using the MUSDB18 dataset and have ran into some issues where I couldn't find fix for.
when adjusting the training script for the TasNet with the MUSDB18 dataloader and running the script, I am being given the following error:
_pickle.PicklingError: Can't pickle <function MUSDB18Dataset.<lambda> at 0x000001DBE2A3E310>: attribute lookup MUSDB18Dataset.<lambda> on asteroid.data.musdb18_dataset failedDoes anyone have an idea of what might be the problem or how to fix it please?
Beta Was this translation helpful? Give feedback.
All reactions