我将TFLearn Alexnet示例与自己的数据集一起使用。
接下来,我要对测试数据进行分类并确定模型的准确性。
model.predict()
model.evaluate()
tensorflow
tensorflow ×1