Skip to content

Commit

Permalink
Update sequence.py fix bugs of keras
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWorldLTY committed Jan 31, 2024
1 parent e8f4d81 commit 6f66590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepctr/layers/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
from tensorflow.python.ops.init_ops_v2 import TruncatedNormal, Constant, glorot_uniform

from tensorflow.python.keras.layers import LSTM, Lambda, Layer, Dropout
from keras.layers import LSTM, Lambda, Layer, Dropout

from .core import LocalActivationUnit
from .normalization import LayerNormalization
Expand Down

0 comments on commit 6f66590

Please sign in to comment.