myogestic.models.definitions.raulnet_models.save#

myogestic.models.definitions.raulnet_models.save(_, __)[source]#

Save a RaulNet model.

Note

Saving the model is not necessary as the model is saved automatically by PyTorch Lightning. This function only returns the path of the last saved model.

Parameters:
  • _ (str) – The path to save the model.

  • __ (L.LightningModule)

  • save. (The RaulNet model to)

Returns:

The path where the model was saved.

Return type:

str