Google News
logo
Keras - Quiz(MCQ)
tf.keras.backend.set_floatx(value) will return ____?
A)
Returns the default float type, as a string.
B)
Returns the default float type, as an integer.
C)
Returns the default float type, as a float number.
D)
Returns the default float and integer type, as a string.

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


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

Advertisement