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
I'm create a ipynb file to call the function but when i run _init_inception i keep getting this message when run to
shape = [s.value for s in shape]
I'm using tensorflow 2.0 so I have to use tf.compat.v1 for this one, does it create any difference than the original tensorflow ? Can anyone help me, I don't know how to fix this