Skip to content
Advertisement

Tag: conv-neural-network

I created a CIFAR10 dataset learning model using a CNN model. Why is there an error?

I created a CIFAR10 dataset learning model using a CNN model. Why is there an error? How should I fix it? I did it in Google colab environment. This error occurred to me ValueError Traceback (most recent call last) in () /usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/func_graph.py in wrapper(*args, **kwargs) ValueError: in user code: Thank you for your answering. Answer I think that your labels

Advertisement