The updated requirements.txt invokes the installation of keras version 3. The version 3 API has changed and requires some code changes, see Migrating Keras 2 code to multi-backend Keras 3. Please migrate to keras 3.
FYI: tensorflow[and-cuda]==2.15.0.post1 still loads keras 2 version
Note: also the keras model construct has changed, which does not support deep nesting. Not sure if this is impacting fetch.
The updated requirements.txt invokes the installation of keras version 3. The version 3 API has changed and requires some code changes, see Migrating Keras 2 code to multi-backend Keras 3. Please migrate to keras 3.
FYI: tensorflow[and-cuda]==2.15.0.post1 still loads keras 2 version
Note: also the keras model construct has changed, which does not support deep nesting. Not sure if this is impacting fetch.