Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BishopLiu/RecBole_liu
Browse files Browse the repository at this point in the history
  • Loading branch information
BishopLiu committed Nov 1, 2023
2 parents 8066693 + 899cca8 commit f64d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recbole/quick_start/quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def objective_function(config_dict=None, config_file_list=None, saved=True):
train_data, valid_data, verbose=False, saved=saved
)
test_result = trainer.evaluate(test_data, load_best_model=saved)

tune.report(**test_result)
return {
"model": model_name,
Expand Down

0 comments on commit f64d549

Please sign in to comment.