[codex] Clarify TensorFlow compatibility docs#550
Merged
shenweichen merged 9 commits intomasterfrom Apr 17, 2026
Merged
Conversation
Switch documentation module from deepfwfm to fwfm (remove deepfwfm rst, add fwfm rst, and update module references in deepctr.models.rst and deepctr.estimator.models.rst). Update ReadTheDocs config to v2, set OS to ubuntu-22.04, use Python 3.10, point Sphinx config to docs/source/conf.py and install docs/requirements.readthedocs.txt. Update README to specify TF 1.15 compatibility and refresh docs requirements (numpy<2, sphinx<8, sphinx-rtd-theme, recommonmark, tensorflow==2.15.0).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #550 +/- ##
=======================================
Coverage 78.11% 78.11%
=======================================
Files 61 61
Lines 3304 3304
=======================================
Hits 2581 2581
Misses 723 723
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Apr 17, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tensorflow.python.kerasAPIs with publictensorflow.kerasAPIs.tf.io.FixedLenFeature.Why
Several open issues report installation failures or model serialization problems caused by outdated dependency guidance and mixed Keras imports. The docs now steer users toward public TensorFlow APIs and make the TensorFlow/NumPy/h5py relationship explicit.
Validation
git diff --checkpython -m compileall -q examplespython -m sphinx -b html docs/source /tmp/deepctr-docswas attempted locally, but the local environment is missingsphinx_rtd_theme; this branch includes that package indocs/requirements.readthedocs.txtfor ReadTheDocs builds.