I was trying to train an object detection model using the Roboflow Google Colab notebook on the link below. Until Tuesday it was working properly to me but since that day, is not working any more, and I have not made any change to the code or the libraries or GitHub repositories used.
It displays the following error when I run the cell below: “NotImplementedError: Cannot convert a symbolic Tensor (cond_2/strided_slice:0) to a numpy array.”
i found solution just use pip install tensorflow_gpu==1.15.5 instead of pip install tensorflow_gpu==1.15 and work with old version of numpy 1.18.5 which is come with tensorflow 1.15.5