Programminghut

Results 4 comments of Programminghut

I ran this on colab without any issues.

The solution i am going to share worked for me ### first, unistall tensorflow from environment `**pip uninistall tensorflow**` ### then, install tensorflow-gpu 1.14 `**pip install tensorflow-gpu==1.14**`

I would recommend try tracking your code line by line. Either debug or bunch of print statements. This way you'll be able to spot which line causing segment fault.

in mine code its working fine are you normalizing the image ?