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
{{ message }}
This repository was archived by the owner on Jun 26, 2021. It is now read-only.
Description
Prepare tf and tf-eager backends for migration to tf 2.0
Proposal
deprecate graph mode and remove it when migrating to tf 2.0, as speed loss can and should be minimize with the eventual @tf.function decorator that does jit compilation + optimizaiton.
Refactor tf-eager backend to utilize functions stored inside tf.compat.v2, that are guaranteed to be compatible with tf 2.0.
Especially use optimizers, variables, losses and metrics stored there.
Additional context
Design changes for tf 2.0 and their discussion can be read up on in the rfcs
@justusschock you want this to be in the PR #102? Or should I make a new one