add documentation
This commit is contained in:
parent
7e298b811f
commit
b857754626
|
|
@ -37,7 +37,7 @@ class Model(pl.LightningModule):
|
|||
Enhancer dataset used for training/validation
|
||||
duration: float, optional
|
||||
duration used for training/inference
|
||||
loss : string or List of strings, default to "mse"
|
||||
loss : string or List of strings or custom loss (nn.Module), default to "mse"
|
||||
loss functions to be used. Available ("mse","mae","Si-SDR")
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue