There was an error while loading. Please reload this page.
2 parents cab3bbd + 94dcc8f commit cc1a974Copy full SHA for cc1a974
keras_attention_layer.py
@@ -1,7 +1,7 @@
1
import tensorflow as tf
2
from tensorflow.python import keras
3
from tensorflow.python.keras.layers import Layer
4
-import tensorflow.python.keras.backend as K
+from tensorflow.python.keras import backend as K
5
from typing import Optional
6
7
0 commit comments