O.S. of Smecta
O.S. of Smecta
It would be really nice to fork the project and merge all worthy pull-requests. There a lot of bug fixes just lie in list for years. Pyvis is a good...
I have this problem too.
Seems that this solves the problem: https://github.com/facebookresearch/LASER/issues/91
Now I pushed a second commit with changes in network.py. There, as I sugested a few hours before, a just hardcoded check `if isinstance(self.options, dict)` for every function. For some...
Related issues: https://github.com/WestHealth/pyvis/issues/243 https://github.com/WestHealth/pyvis/issues/140 https://github.com/WestHealth/pyvis/issues/81 https://github.com/WestHealth/pyvis/issues/290
Thanks! That's definitely better. But it seems that library is not maintained at all, so... Probably people will use my workaround from [here](https://github.com/WestHealth/pyvis/issues/81#issuecomment-2837830953). And it's far from ideal, but helps...