Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running CDR algorithms on the datasets provided #61

Open
ajaykv1 opened this issue Oct 9, 2023 · 1 comment
Open

Running CDR algorithms on the datasets provided #61

ajaykv1 opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ajaykv1
Copy link

ajaykv1 commented Oct 9, 2023

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?

@Wicknight Wicknight self-assigned this Dec 8, 2023
@Wicknight Wicknight added the question Further information is requested label Dec 8, 2023
@Wicknight
Copy link
Collaborator

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:

python run_recbole_cdr.py --model=[model] --config_files=[yaml_file]

You can refer to our example for the standard configuration of config_files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants