philipperemy/keras-tcn

Keras version

fsbashiri opened this issue · 3 comments

I am using Keras-tuner (1.0.1) for hyper-parameter tuning, which requires Keras==2.4.3. When I installed Keras-tcn, it automatically installed Keras-tcn 3.1.1 (I assume it's the latest version) and downgraded Keras to keras==2.3.1. The problem is I want to use Keras-tcn and Keras-tuner, which they each require a different version of Keras, and neither work with the version of Keras that is compatible with the other package!
Does anyone know how I can make Keras-tcn work with keras=2.4.3?

Um, I'll see that. Ideally, we should not even rely on Keras.

I'm going to push a new version: 3.1.2. Keras dependency will be removed.

Version 3.1.2 is out. f6c3f04

pip install keras-tcn --upgrade