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
Do you have a strategy on updating the tf.layers.dense calls to tf.keras.layers.Dense?
The latter one doesn't have a reuse parameter, so I guess the code should be refactored as a whole?
Do you have a strategy on updating the
tf.layers.densecalls totf.keras.layers.Dense?The latter one doesn't have a
reuseparameter, so I guess the code should be refactored as a whole?