RecBole
RecBole copied to clipboard
[🐛BUG] Logger issue
Describe the bug The logger doesn't print model and dataset infomartion, it also doesn't print the evaluation result. But the same code worked well a few days ago.
Code
!pip install recbole
from recbole.quick_start import run_recbole
run_recbole(model='BPR', dataset='ml-100k')
Runtime Result
Desktop (please complete the following information):
- OS: Windows
- RecBole Version: 1.0.1
- Python Version: >3.7
Also there is nothing in my '.log' file.
@evelyn023 Hello, thanks for your attention to RecBole! We're also not sure what caused the problem. I think you can try reinstalling RecBole. Or switch other branches of RecBole.