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
We should explicitly type feed_dict in model_base now that we have migrated to TF2. We can probably use a TypedDict to get the sort of functionality that we want.
We should explicitly type
feed_dictinmodel_basenow that we have migrated to TF2. We can probably use aTypedDictto get the sort of functionality that we want.