Results 5 comments of Hani YOUSFI

I had the same issue with `opencv-contrib-python==4.1.1.26` and `opencv-python==4.1.1.26`. **The solutions** I ended to are: - Downgrade to `opencv-contrib-python==4.0.0.21` and `opencv-python==4.0.0.21`. - According to this [question](https://stackoverflow.com/questions/56016650/how-to-implement-lsd-in-opencv-4-1-0) on Stakoverflow, to replace...

I tried with different versions of Tensorflow including 1.5.0, but I still get the same error: ``` learning_rate: 0.000300 Traceback (most recent call last): File "train_letters.py", line 61, in net.train(data=data,...

Hey @laughingman7743 Thank you for you quick answer. I tried with Python3.9, I got the same error. Then I tried with Python3.10 and it got stuck then the process was...

Hey @laughingman7743 Unfortunately, the chunksize didn't work either. I think it has a relation to the data inside the timestamp column. However I tried with these versions and it worked...

Yup, the code I took ownership of is a bit old, so I decided to update the dependencies. But I got that error.