Is there an easy way to get something like Keras model.summary in Tensorflow?

前端 未结 4 779
一向
一向 2020-12-13 13:51

I have been working with Keras and really liked the model.summary() It gives a good overview of the size of the different layers and especially an overview of t

4条回答
  •  Happy的楠姐
    2020-12-13 14:07

    You can use keras with the tensorflow backend to get the best features of either keras or tensorflow.

提交回复
热议问题