需要導入模塊: from keras import backend [as 別名] # 或者: from keras.backend import softmax [as 別名] def step(self, x, states): h = states[0] # states[1] ...
確定! 回上一頁