Matteo Medioli
Matteo Medioli
Hi, I'm working with Wordnet and Graph Neural Network. How it was possible to encode in one hot encoding format a complete vocabulary? For example, I have 250k different words....
Hi, thanks for your amazing work. I'm trying to retrieve node embedding from GAT and CONV checkpoints. What the right way to do that? I'm trying something like this: ```python...
I received different outputs for the same inputs based on code version: Version: 1.0 ``` >>> import cyrtranslit >>> cyrtranslit.to_latin("Я часто пью водку", "ru") "JA chasto p'ju vodku" ``` Version:...