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?
The text was updated successfully, but these errors were encountered:
Do you have a strategy on updating the
tf.layers.dense
calls totf.keras.layers.Dense
?The latter one doesn't have a
reuse
parameter, so I guess the code should be refactored as a whole?The text was updated successfully, but these errors were encountered: