Results 8 comments of Rob

Managed to get it to save by forcing the tf.graph to be complete. I just added a custom loss_out lambda function that included the variables that weren't being used. but...

Currently (over the next week or so) we are rewriting the project from scratch so it's more stable and has better _modular model_ design. This means that each model file...

Hello, I am not sure where to find a language model for banlga but it should be quite straight forward to make one yourself from existing text. [This](https://github.com/banglakit/awesome-bangla) repo lists...

Thanks, good spot. They were removed by an overly strong gitignore file :) I've readded them to master. In the next few days/weeks we're rewriting all of this project for...

It didn't when this was first created - there was a hard requirement for Python2. This has now changed - please raise a PR to include any updates you've made...

^ Yes would love to see this

I had the same problem, i fixed this by ensuring that i was downloading TF for python2.7 when that environment was active.

Hi @fizyk , I was trying to get pytest-postgres working with SQLmodel (with FastAPI) which uses SQLAlchemy but had some issues getting the tests running as there are many existing...