Skip to content

Commit

Permalink
add bayesian vnet to list of available models
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed May 21, 2024
1 parent d01e48a commit a8e960b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nobrainer/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .attention_unet_with_inception import attention_unet_with_inception
from .autoencoder import autoencoder
from .bayesian_meshnet import variational_meshnet
from .bayesian_vnet import bayesian_vnet
from .dcgan import dcgan
from .highresnet import highresnet
from .meshnet import meshnet
Expand All @@ -26,6 +27,7 @@
"attention_unet_with_inception": attention_unet_with_inception,
"unetr": unetr,
"variational_meshnet": variational_meshnet,
"bayesian_vnet": bayesian_vnet
}


Expand Down

0 comments on commit a8e960b

Please sign in to comment.