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
After trying benchmark_googlenet.py to benchmark, i ran into "TypeError: Expected int32, got list containing Tensors of type '_Message' instead."
After searching through i found some links that the tensorflow might not support the old features. Such as tf.concat function.
i think the files uses the old functions from the tensorflow.
The text was updated successfully, but these errors were encountered:
After trying benchmark_googlenet.py to benchmark, i ran into "TypeError: Expected int32, got list containing Tensors of type '_Message' instead."
After searching through i found some links that the tensorflow might not support the old features. Such as tf.concat function.
i think the files uses the old functions from the tensorflow.
The text was updated successfully, but these errors were encountered: