TensorFlow вопросы и ответы для интервью
Question: Explain the concept of a TensorFlow Graph and Session in version 2.x.Answer: In TensorFlow 2.x, eager execution is enabled by default, eliminating the need for explicit sessions and graphs. Computation is executed imperatively, as in regular Python code.Example: No explicit session or graph code is required in TensorFlow 2.x |
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.
Это полезно? Да Нет
Самое полезное по оценкам пользователей: