IndexError: list index out of range in model.fit()
问题 I am new in using tensorflow. I am trying to train my network with images of shape (16*16). I have divided 3 grayscale images of 512*512 into 16*16 and appended all. so i have 3072*16*16. while training I am getting error. I am using jupyter notebook.Can anyone please help me? Here is the code import tensorflow as tf import numpy as np from numpy import newaxis import glob import os from PIL import Image,ImageOps import random from os.path import join import matplotlib.pyplot as plt from