隐藏tflearn适合的指标?

时间:2017-06-18 19:45:19

标签: python machine-learning tensorflow tflearn

写show_metric = False和snapshot_epoch = False

currentnetwork.model.fit(Xtrain, Ytrain, n_epoch=self['n_epoch'], shuffle=True, validation_set=(Xtest, Ytest),
          show_metric=False,
          snapshot_epoch=False,
        )

但仍然进入输出

> Training Step: 7  | total loss: 2.90061 | time: 7.083s | Adam | epoch:
> 007 | loss: 2.90061 -- iter: 40/40

0 个答案:

没有答案