"...schedulers/scheduling_dpmsolver_multistep_inverse.py" did not exist on "27522b585b4273221ee3cd7a09c0fb1f9d13b634"
Update inception_train.py
raise TypeError("Using a `tf.Tensor` as a Python `bool` is not allowed. "
TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead of `if t:` to test if a tensor is defined, and use the logical TensorFlow ops to test the value of a tensor.
Showing
Please register or sign in to comment