實現一個簡單層需要首先繼承layers.Layer 類即可,如下是官方網站上的例子: rom keras import backend as K from keras.engine.topology import Layer ...
確定! 回上一頁