Skip to content

Commit 44e9c00

Browse files
committed
Added tensorflow package import
1 parent 6b4674b commit 44e9c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htnet_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from tensorflow.keras.layers import Input, Flatten, Concatenate
1414
from tensorflow.keras.constraints import max_norm
1515
from tensorflow.keras import backend as K
16+
import tensorflow as tf
1617

1718
# Load utility functions for custom HTNet layers
1819
from model_utils import apply_hilbert_tf, proj_to_roi

0 commit comments

Comments
 (0)