zhhlee / InterFusion

KDD 2021: Multivariate Time Series Anomaly Detection and Interpretation using Hierarchical Inter-Metric and Temporal Embedding
MIT License
195 stars 46 forks source link

conv1d_transpose() got an unexpected keyword argument 'value' #10

Closed wzw999 closed 2 years ago

wzw999 commented 2 years ago

File "D:\projects\vscode\tensorflow\InterFusion-main\algorithm\conv1d_.py", line 492, in deconv1d data_format=data_format TypeError: conv1d_transpose() got an unexpected keyword argument 'value'

Had anyone come across this kind of issue? Please help me figure it out~

ly1112 commented 1 year ago

hi, I have the same issue. Have you found a way to solve it? Thanks!