andreeaiana / newsreclib

PyTorch-Lightning Library for Neural News Recommendation
https://newsreclib.readthedocs.io/en/latest/
MIT License
41 stars 8 forks source link

Bug report and solution #21

Closed whonor closed 4 weeks ago

whonor commented 1 month ago

Thank you for your great job in the field of news recommendation. Hope this lib to be better and more helpful for our research.

There are some bugs to be noticed as follows:

  1. When running the code on Chinese OS, maybe face this problem:

UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 1389: illegal multibyte sequence.

Solution: Add 'encoding='utf-8'' in open function.

  1. There may be problems when installing MulticoreTSNE. We can take the source into our virtual environment manually.
andreeaiana commented 1 month ago

Hi @whonor,

Thank you for pointing out the bugs. I'll change the documentation for installing MulticoreTSNE.