im try to train on a larger image with shape (1088,1920,3). when i run the train.py i get an error.
File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training.py", line 908, in predict
use_multiprocessing=use_multiprocessing)
File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training_arrays.py", line 716, in predict
x, check_steps=True, steps_name='steps', steps=steps)
File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training.py", line 2471, in _standardize_user_data
exception_prefix='input')
File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training_utils.py", line 572, in standardize_input_data
str(data_shape))
ValueError: Error when checking input: expected input_1 to have shape (1088, 1920, 3) but got array with shape (256, 256, 3)
im not sure if this is a tensorflow issue or if your code is casting to (256,256,3) somewhere that i cant find. I have no trouble training on (256,256,3)
im try to train on a larger image with shape (1088,1920,3). when i run the train.py i get an error.
File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training.py", line 908, in predict use_multiprocessing=use_multiprocessing) File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training_arrays.py", line 716, in predict x, check_steps=True, steps_name='steps', steps=steps) File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training.py", line 2471, in _standardize_user_data exception_prefix='input') File "C:\Users\user\anaconda3\envs\shapes\lib\site-packages\tensorflow_core\python\keras\engine\training_utils.py", line 572, in standardize_input_data str(data_shape)) ValueError: Error when checking input: expected input_1 to have shape (1088, 1920, 3) but got array with shape (256, 256, 3)
im not sure if this is a tensorflow issue or if your code is casting to (256,256,3) somewhere that i cant find. I have no trouble training on (256,256,3)