Read InputLayer from Sequential models (TF 2.3)
Created by: vloncar
Tensorflow 2.3 (Keras 2.4.0) now adds InputLayer
to Sequential
models, so we have to make sure we read it, otherwise two inputs will be created and HLS will mess up.
Created by: vloncar
Tensorflow 2.3 (Keras 2.4.0) now adds InputLayer
to Sequential
models, so we have to make sure we read it, otherwise two inputs will be created and HLS will mess up.