apcamargo / genomad

geNomad: Identification of mobile genetic elements
https://portal.nersc.gov/genomad/
Other
169 stars 17 forks source link

Support Keras 3 #84

Open apcamargo opened 3 months ago

apcamargo commented 3 months ago

As reported in previous issues (https://github.com/apcamargo/genomad/issues/78#issuecomment-1978551470 and https://github.com/apcamargo/genomad/issues/83), geNomad is currently incompatible with Keras 3. Adding support to Keras 3 would make the codebase more future-proof and potentially allow for easier migration to PyTorch or JAX.

Keras 3 migration guide.