Mario
Mario
> Hi all, > I'd like to know whether you have plans to port the codebase to Python-3. Since most of the people have switched to Python-3, it'd be nice...
I faced the same issue in Ubuntu-GNOME. Later, I found out that this `TypeError` is not necessarily caused because of the OS platform but it's due to the Python version...
Hey @surtich :handshake:, thanks for the suggestion! Looks good. However, I plan to keep the repo mainly focusing on *theoretical* courses.
Hey @borgr :handshake: Thanks for your encouragement! The "rating" issue was raised before in #25. I'm open to work on this feature as soon as we can come up with...
Hey @ankit--agrawal , thanks for your suggestion! Since this is a specialized topic, let's maintain it in this thread, at least for now. Here is a preliminary list of lectures:...
> Could you please make the Transformer list of lecture available on the main page? > This is a nice suggestion! I've been thinking of a neat way to add...
Hi @YasineNifa , I haven't encountered such issues with English text. Have you followed the guide exactly? I'd suggest you to pay particular attention to creating a virtual environment. And...
> but I did not execute this cmd : bzcat vocabulary.txt.bz2 | python process.py | wc because I did not find the process.py file Oh sorry. that was a typo....
Hey @rbracco Sorry for the tardy response! You can indeed use the latest build from the official repo. Please consider sending a PR if you experiment with it. I'd be...
Hey @EuphoriaCelestial, `trie` is a data structure that's used when binarizing the model. Please have a look here for more info: [kenlm/data-structures](https://kheafield.com/code/kenlm/structures/). So, just using the `trie` switch should solve...