Tensorflow ValueError: Failed to find data adapter that can handle input
问题 Hello I'm trying to make the basic example of tensorflow minst using data from images on my pc. But I run into this error all the time: "ValueError: Failed to find data adapter that can handle input: , ( containing values of types {""})" here's how i generate data: import numpy as np # for array operations import matplotlib.pyplot as plt # to show image import os # to move through directories import cv2 # to make image operations import random import pickle DATADIR=r"C:\Users\...\mnist_png