Answers for "ValueError: `validation_split` is only supported for Tensors or NumPy arrays, found following types in the input: [<class 'str'>,"

0

ValueError: `validation_split` is only supported for Tensors or NumPy arrays, found following types in the input: [<class 'str'>,

y = np.array(y)
Posted by: Guest on April-24-2022

Code answers related to "ValueError: `validation_split` is only supported for Tensors or NumPy arrays, found following types in the input: [<class 'str'>,"

Python Answers by Framework

Browse Popular Code Answers by Language