I tried to follow whatever you said and at start I had an error because of numpy version which I upgraded to 1.26.4. Later I got error about unavailability of tensorflow versio 2.15.0 so I installed 2.17.0. It then gave error for incompatible keras version which I changed to 3.4.1. Now the imports were messed up so I changed the imports but now I guess since the model was trained on older versions it is giving me Unrecognized keyword arguments passed to LSTM: {'time_major': False}. Can you check on this please ? For reference I am using python version 3.12.4
I tried to follow whatever you said and at start I had an error because of numpy version which I upgraded to 1.26.4. Later I got error about unavailability of tensorflow versio 2.15.0 so I installed 2.17.0. It then gave error for incompatible keras version which I changed to 3.4.1. Now the imports were messed up so I changed the imports but now I guess since the model was trained on older versions it is giving me Unrecognized keyword arguments passed to LSTM: {'time_major': False}. Can you check on this please ? For reference I am using python version 3.12.4