コード例 #1
0
ファイル: mlp_quant_1.py プロジェクト: gaoxuesong/xlearn
 def train(self, X, Y, nepochs, callbacks):
     
     y = to_categorical(Y)
     BaseKeras.train(self,X,y,nepochs, callbacks)