You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports Sqlite for Windows and adds scripts to build wheels for python3 in
Windows.
Provides GetContextTypes to list all Context Types.
MLMD ConnectionConfig provides an option to disable an automatic upgrade.
Supports downgrade of the database schema version to older versions.
Bug Fixes and Other Changes
Depended on tensorflow>=1.15,<3
Starting from 1.15, package tensorflow comes with GPU support. Users won't need to choose between tensorflow and tensorflow-gpu.
Caveat: tensorflow 2.0.0 is an exception and does not have GPU
support. If tensorflow-gpu 2.0.0 is installed before installing ml_metadata, it will be replaced with tensorflow 2.0.0.
Re-install tensorflow-gpu 2.0.0 if needed.