four_flower icon indicating copy to clipboard operation
four_flower copied to clipboard

使用tensorflow和cnn做的图像识别,对四种花进行了分类。

Results 22 four_flower issues
Sort by recently updated
recently updated
newest added

tensorflow.python.framework.errors_impl.InvalidArgumentError: cannot compute Pack as input #1(zero-based) was expected to be a string tensor but is a int32 tensor [Op:Pack] name: component_0 这个该怎么解决啊

作者你好,我用tensorflow2.0复现了你的代码。并且自己扩张了一个荷花的图片数据集,共730张。但是我用荷花的图片去识别,无论如何识别不出荷花来,但是原来的四种图片都可以准确识别。请问你的图片格式有何特定规范吗?

大神,能给个联系方式吗,运行有问题

请问gui.py里wx缺失应该怎么处理? wx是什么?

Reading checkpoints... Loading success,global_step is 9999 并没有显示各种花的可能性,是什么问题?

想问一下大佬,你的数据集是哪里来的呀?

想问一下数据集的来源是哪哇,最近在找花的数据集

我用你的代码运行了train,然后弹出了一个错误,AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'slice_input_producer' 错误指出在input_data文件里的tf.train.slice_input_producer([image, label])不存在。 我查了资料,tf.train.slice_input_producer已经被弃用了。但不知道该用什么替代它。

作者,你好,请问怎么运用测试集呀?谢谢