cauchyturing / UCR_Time_Series_Classification_Deep_Learning_Baseline

Fully Convlutional Neural Networks for state-of-the-art time series classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError

Neurant opened this issue · comments

Hello, I've copied your Adiac data and FCN.py to run with spyder (Python3.7). But it returned a ValueError: Input tensors to a Functional must come from tf.keras.Input. Received: 0 (missing previous layer metadata) when it ran to get the object get_last_conv. Do you know this problem? And do you have any solutions?