How to reuse operation in tensorflow?

前端 未结 0 1175
时光说笑
时光说笑 2021-01-27 14:38

Keras layers can be reused i.e. if I have l = keras.layers.Dense(5) I can apply it multiple times to different tensors like t1 = l(t1); t2 = l(t2).

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