time-series-machine-learning icon indicating copy to clipboard operation
time-series-machine-learning copied to clipboard

ConvModel Fix

Open BennyTheDev opened this issue 6 years ago • 0 comments

Hi,

the ConvModel in cnn_model.py has an error.

Quick fix:

Replace the line

super().init(**params)

with

TensorflowModel.init(self, **params)

And it will work again.

Sorry, don't have the time right now to open a pull request and thanks again for this great project, I think it is an awesome boilerplate.

BennyTheDev avatar May 16 '19 13:05 BennyTheDev