Skip to content

Commit

Permalink
Add the newly added models to the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseris committed May 9, 2024
1 parent 21f9663 commit 0306063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/skelcast/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from .rnn.lstm import SimpleLSTMRegressor
from .transformers.transformer import ForecastTransformer
from .transformers.sttf import SpatioTemporalTransformer
from .transformers.tflow.tflow import TFlowDiag
from .transformers.tflow.tfvae import TFlowVAE
from .rnn.pvred import PositionalVelocityRecurrentEncoderDecoder
from .rnn.pvred import Encoder, Decoder
from .cnn.unet import Unet

0 comments on commit 0306063

Please sign in to comment.