Skip to content

Commit

Permalink
remove import keras
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor authored Jul 16, 2021
1 parent c29f9c6 commit 283d7b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions antspynet/architectures/create_custom_unet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

from tensorflow.keras.activations import softmax

import keras

from ..utilities import InstanceNormalization


Expand Down Expand Up @@ -537,4 +535,4 @@ def create_hypothalamus_unet_model_3d(input_image_size):

unet_model = Model(inputs=inputs, outputs=outputs)

return(unet_model)
return(unet_model)

0 comments on commit 283d7b3

Please sign in to comment.