Skip to content
Advertisement

Tag: tflearn

Tensorflow Executor failed to create kernel. Unimplemented: Cast string to float is not supported

I’m trying to build a custom CNN classifier for a load of cancer images (.png) using Tensorflow 1.1.0 and TFLearn 0.3.1 by largely following someone else’s CNN classifier here, however when I try to fit my model Tensorflow is throwing out the following errors: I am using tflearn.data_utils.image_preloader to read the png files in however I have also tried using

Advertisement