src.model.
SeparationModel
Bases: torch.nn.modules.module.Module
torch.nn.modules.module.Module
forward
data – (dict) a dictionary containing the input data for the model. Should match the input_keys in self.input.
Returns:
project_data
save
Saves a SeparationModel into a location into a dictionary with the weights and model configuration. :param location: (str) Where you want the model saved, as a path.