Answers for "notimplementederror: cannot convert a symbolic tensor (gru_2/strided_slice:0) to a numpy array. this error may indicate that you're trying to pass a tensor to a numpy call, which is not supported"

1

Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported

pip install numpy==1.19.5
when we creatw new env for keras this error will occur then upgrade lower version of numpy
Posted by: Guest on May-22-2021

Code answers related to "notimplementederror: cannot convert a symbolic tensor (gru_2/strided_slice:0) to a numpy array. this error may indicate that you're trying to pass a tensor to a numpy call, which is not supported"

Browse Popular Code Answers by Language