Sorooshi / Rotten_Tomatoes_DataSet

0 stars 0 forks source link

Running fine_tune_the_model() produces the following error #1

Open Sorooshi opened 7 months ago

Sorooshi commented 7 months ago

https://github.com/Sorooshi/Rotten_Tomatoes_DataSet/blob/cb60db8979fbc835bbaf274ecd0e3bbace7af365/src/extract_features_bu.py#L282

Runnig fine_tune_the_model() from FineTuneLstmAe class produces the following error:

TypeError: Inputs to a layer should be tensors. Got: <keras_tuner.engine.hyperparameters.HyperParameters object at 0x7f37544edd90>

I suppose this is a bug from keras tuner, and it should be verified later

Sorooshi commented 7 months ago

Integrating the classes, did not solve the issue