This confusion has to be cleared. If initialized first, GradientEngine will just pick Python installation with the highest version number, and if it does not have TensorFlow in it, you will likely get System.TypeInitializationException when actually trying to access TensorFlow functions.
This confusion has to be cleared. If initialized first,
GradientEngine
will just pick Python installation with the highest version number, and if it does not have TensorFlow in it, you will likely getSystem.TypeInitializationException
when actually trying to access TensorFlow functions.