tf.keras.backend.get_value(x)
Defined in tensorflow/python/keras/backend.py.
Returns the value of a variable.
Arguments:
x: input variable.
Returns:
A Numpy array.
Raises:
RuntimeError: If this method is called inside defun.
tf.keras.backend.get_value(x)
Defined in tensorflow/python/keras/backend.py.
Returns the value of a variable.
x: input variable.A Numpy array.
RuntimeError: If this method is called inside defun.