Skip to content

Commit

Permalink
Import VAEModel and AVA in src/vak/models/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Sep 29, 2023
1 parent f681d51 commit 1680dc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vak/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from .parametric_umap_model import ParametricUMAPModel
from .registry import model_family
from .tweetynet import TweetyNet
from .vae_model import VAEModel
from .ava import AVA

__all__ = [
"base",
Expand All @@ -23,4 +25,7 @@
"ParametricUMAPModel",
"registry",
"TweetyNet",
"VAEModel",
"AVA",

]

0 comments on commit 1680dc0

Please sign in to comment.