RecBole icon indicating copy to clipboard operation
RecBole copied to clipboard

怎么不启用测试集

Open DoJerryChen opened this issue 3 months ago • 1 comments

yaml里面定义了 不使用 valid 但是结果还是会报错 缺少valid.inter show_progress: True eval_args: split: { 'RS': [ 0.8, 0.2, 0.0 ] }

benchmark_filename: train: yuan-office.train.inter test: yuan-office.test.inter valid: None

DoJerryChen avatar Mar 21 '24 08:03 DoJerryChen