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

Regarding forecasting the outcome or predictions

abhisheksubu92 opened this issue · comments

How can we use the model developed so far to forecast it woud be helpful if you could give an insight into this.

Save the model using tf.keras.model.save function as h5 file or tensorflow graph (recommended), then serving using standard tensorflow protocol. I can add a example later on.