What is the difference between keras.backend and tensorflow operations?

前端 未结 0 454
旧巷少年郎
旧巷少年郎 2021-02-06 19:53

For example tf.matmul and K.dot return exactly the same result:

import tensorflow.keras.backend as K

a = tf.eye(3) * 2
b = tf.reshape(t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题