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
In the last line, we're using the slim module from tf.contrib, which is deprecated in tensorflow 2. What functions exist in tensorflow 2 or otherwise to do the same function as the slim.utils.collect_named_outputs line?
The text was updated successfully, but these errors were encountered:
This snippet is taken from the BB2Net xception.py module:
In the last line, we're using the slim module from tf.contrib, which is deprecated in tensorflow 2. What functions exist in tensorflow 2 or otherwise to do the same function as the slim.utils.collect_named_outputs line?
The text was updated successfully, but these errors were encountered: