Aditya Srinivas Menon

Results 6 comments of Aditya Srinivas Menon

hey @jzxycsjzy could you please elaborate on how you solved the problem? I have come across the same

`pip install -r requirements.txt` should remove the error. The code is written in tensorflow 1.x while you are trying to run it on tensorflow 2.x

Hope this gets merged soon!

Made the necessary changes in README.md #41

I think its an issue with the code. Not sure how beartype works, havent used it before, but I found a workaround. Just commenting out the type works. ```py def...