Open BennyTheDev opened 5 years ago
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.
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.