Skip to content

Commit

Permalink
resolved #289
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Mar 12, 2024
1 parent eb6d11e commit bf224f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nobrainer/models/tests/models_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from ..progressivegan import progressivegan
from ..unet import unet
from ..unet_lstm import unet_lstm
from ..unetr import unetr
from ..vnet import vnet
from ..vox2vox import Vox_ensembler, vox_gan

Expand Down Expand Up @@ -253,3 +254,7 @@ def test_attention_unet_with_inception():
model_test(
attention_unet_with_inception, n_classes=1, input_shape=(1, 64, 64, 64, 1)
)


def test_unetr():
model_test(unetr, n_classes=1, input_shape=(1, 96, 96, 96, 1))

0 comments on commit bf224f5

Please sign in to comment.