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
The code base currently utilizes tf.compat.* symbols. This should be updated to use more idomatic tensorflow 2 logic. This will require considerable rewriting of some of the core components. It is thus unlikely that backwards compatibility for existing models is possible. Therefore, this change should be implemented in a future version 2 of dnn_reco together with other necessary, but potentially breaking changes.
The text was updated successfully, but these errors were encountered:
The code base currently utilizes
tf.compat.*
symbols. This should be updated to use more idomatic tensorflow 2 logic. This will require considerable rewriting of some of the core components. It is thus unlikely that backwards compatibility for existing models is possible. Therefore, this change should be implemented in a future version 2 ofdnn_reco
together with other necessary, but potentially breaking changes.The text was updated successfully, but these errors were encountered: