TensorFlow вопросы и ответы для интервью
Question: Explain the concept of eager execution in TensorFlow.Answer: Eager execution is a mode in TensorFlow that allows operations to be executed immediately as they are called, rather than building a computational graph to execute later.Example: tf.compat.v1.enable_eager_execution() result = tf.add(3, 5).numpy() |
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.
Это полезно? Да Нет
Самое полезное по оценкам пользователей: