Home »
MCQs »
Keras MCQs
tf.keras.backend.set_floatx(value) will return ____?
13. tf.keras.backend.set_floatx(value) will return ____?
- Returns the default float type, as a string.
- Returns the default float type, as a float number.
- Returns the default float type, as an integer.
- 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.