RecBole icon indicating copy to clipboard operation
RecBole copied to clipboard

[🐛BUG] Logger issue

Open evelyn023 opened this issue 2 years ago • 2 comments

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 1661179845(1)

Desktop (please complete the following information):

  • OS: Windows
  • RecBole Version: 1.0.1
  • Python Version: >3.7

evelyn023 avatar Aug 22 '22 14:08 evelyn023

Also there is nothing in my '.log' file.

evelyn023 avatar Aug 22 '22 17:08 evelyn023

@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.

zhengbw0324 avatar Aug 23 '22 11:08 zhengbw0324