v0.8.1
Change Log
Major Features and Improvements
- Improve the reproducibility of models
Bug Fixes and Other Changes
-
Fix
ValueError: The name "seq_length" is used 2 times in the model. All layer names should be unique.
when runningrun_dien.py
in tf-2.x #186 -
Fix
ImportError: cannot import name 'create_embedding_matrix
when running
from deepctr.inputs import create_embedding_matrix
#252 -
Fix
ValueError: The initial value's shape ((27, 4)) is not compatible with the explicitly supplied shape argument ((27, 1)).
when runningrun_classification_criteo.py
in tf-2.3.0 #259