Skip to content

Commit

Permalink
fixed imports in models again
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Jun 14, 2024
1 parent c77d621 commit 94e0eb6
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 @@ -21,9 +21,9 @@
import tensorflow as tf

# third-party imports
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
from nobrainer.ext.SynthSeg.lab2im import edit_tensors as l2i_et
from nobrainer.ext.SynthSeg.lab2im import layers, utils
from nobrainer.ext.SynthSeg.lab2im.edit_volumes import get_ras_axes


def labels_to_image_model(
Expand Down

0 comments on commit 94e0eb6

Please sign in to comment.