You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ajaykv1
Since the training process involves multiple datasets (source datasets, target datasets), we do not support specifying with just one parameter of the dataset. In contrast, we set the 'config_files' parameter to specify the configuration file, and one can specify the details of each dataset in that file. Therefore, the standard command for training is as follows:
I would like to run all the 10 CDR algorithms on the Amazon and Douban datasets.
I see that you provided the hyperparameters for each model, and I'd like to use them to get results.
Is it as simple as running:
python run_recbole_cdr.py --model=[model] --dataset=Amazon
If not, How can specify the dataset and run the models with the same hyperparamter configurations that you mentioned?
The text was updated successfully, but these errors were encountered: