Open jeremyjordan opened 1 year ago
Moves TorchRepresentationDataset and TorchMusicFactoryDataset to be defined outside of to_pytorch_dataset so that pickle can import the class definitions in a new process.
TorchRepresentationDataset
TorchMusicFactoryDataset
to_pytorch_dataset
pickle
Fixes #74
Moves
TorchRepresentationDataset
andTorchMusicFactoryDataset
to be defined outside ofto_pytorch_dataset
so thatpickle
can import the class definitions in a new process.Fixes #74