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
Sorry, I just the issue. Somehow it got skipped. Yes, I agree the current code will work with TensorFlow 1.15 and below. We will try to update the codes with TF 2.0.
Some of the functions, called in the tstDemo.py-file, e.g.
reset_default_graph()
,ConfigProto()
,global_variables()
, do not work for Tensorflow 2.0. A way around it is described here: https://www.tensorflow.org/api_docs/python/tf/compat/v1/reset_default_graphThe text was updated successfully, but these errors were encountered: