Skip to content

Commit

Permalink
fixed imports in models
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Jun 14, 2024
1 parent 6955a13 commit 04fdbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nobrainer/models/labels_to_image_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"""

# third-party imports
from ext.lab2im import edit_tensors as l2i_et
from ext.lab2im import layers, utils
from ext.lab2im.edit_volumes import get_ras_axes
from nobrainer.SynthSeg.ext.lab2im import edit_tensors as l2i_et
from nobrainer.SynthSeg.ext.lab2im import layers, utils
from nobrainer.SynthSeg.ext.lab2im.edit_volumes import get_ras_axes
import keras.layers as KL
from keras.models import Model

Expand Down

0 comments on commit 04fdbb1

Please sign in to comment.