Pruning in Keras

前端 未结 4 842
梦毁少年i
梦毁少年i 2021-01-04 00:54

I\'m trying to design a neural network using Keras with priority on prediction performance, and I cannot get sufficiently high accuracy by further reducing the number of lay

4条回答
  •  粉色の甜心
    2021-01-04 01:58

    Not a dedicated way :(

    There's currently no easy (dedicated) way of doing this with Keras.

    A discussion is ongoing at https://groups.google.com/forum/#!topic/keras-users/oEecCWayJrM.

    You may also be interested in this paper: https://arxiv.org/pdf/1608.04493v1.pdf.

提交回复
热议问题