tf.keras.backend.set_floatx(value) will return ____?

13. tf.keras.backend.set_floatx(value) will return ____?

  1. Returns the default float type, as a string.
  2. Returns the default float type, as a float number.
  3. Returns the default float type, as an integer.
  4. Returns the default float and integer type, as a string.

Answer: A) Returns the default float type, as a string.

Explanation:

tf.keras.backend.set_floatx(value), will return the default float type, as a string.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.