kermitt2 / grobid

A machine learning software for extracting information from scholarly documents
https://grobid.readthedocs.io
Apache License 2.0
3.59k stars 459 forks source link

Tensorflow 2.16 #1188

Open kermitt2 opened 1 month ago

kermitt2 commented 1 month ago

This is a working PR for supporting DeLFT upgrated to tensorflow 2.16.

This is an heavy change because this version of tensorflow is moving to Keras 3.0 - we need to use the legacy 2.0 mode, and the existing DL models are not compatible with the new TF version, and need to be retrained.

coveralls commented 1 month ago

Coverage Status

coverage: 40.762% (+0.007%) from 40.755% when pulling f695b0bae64ea418bc9a30e06b8b33415e41c3fa on tensorflow-2.16 into be44579606f3953473119edf5e34701aad9f1a55 on master.

kermitt2 commented 1 month ago

See https://github.com/kermitt2/delft/pull/170 for the corresponding DeLFT upgrade