We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前我知道的是要在config包中进行配置,但是只能一次一次修改参数? 还注意到参数中vocab_size,user_num, item_num加2,请问是什么作用?
The text was updated successfully, but these errors were encountered:
1 . 调参这个目前没有写grid search , 需要手动修改,比如写一个脚本,多跑几组即可,比如:
python3 main.py train --model='DeepCoNN' --filter_num=100 ... python3 main.py train --model='DeepCoNN' --filter_num=200 ... python3 main.py train --model='DeepCoNN' --filter_num=300 ...
Sorry, something went wrong.
No branches or pull requests
目前我知道的是要在config包中进行配置,但是只能一次一次修改参数?
还注意到参数中vocab_size,user_num, item_num加2,请问是什么作用?
The text was updated successfully, but these errors were encountered: