We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add MLPModel model for etna deep model family
MLPModel
class MLPNet(DeepBaseNet): def __init__( self, input_size: int, hidden_size: List[int], lr: float, loss: "torch.nn.Module", optimizer_params: Optional[dict], ) -> None: pass
encoder_lenght=0
[encoder_lenght, input_size]
make_sample
step
forward
No response
The text was updated successfully, but these errors were encountered:
DBcreator
Successfully merging a pull request may close this issue.
🚀 Feature Request
Add
MLPModel
model for etna deep model familyProposal
encoder_lenght=0
[encoder_lenght, input_size]
Test cases
make_sample
step
and retrun valuesforward
and return valuesAdditional context
No response
The text was updated successfully, but these errors were encountered: