004467: Invalid parameter. resize_to should be either one positive integer, or two positive integers which are separated by a comma. For example: 224 or 224, 256. If it has one integer, it represents both resized height and weight. If it has two integers, they represent resized height and weight, respectively.
Description
The resize_to argument sets the resized value. It must be either a single positive integer value, or a pair of positive integer values that is separated by a comma. A single integer value would mean it is resized to a square.
For more information about valid argument values, see Deep learning arguments.
Solution
Ensure that the resize_to argument is either a single positive integer or a pair of positive integers that is separated by a comma.