-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Question about hyperparameter optimization #33
Comments
Hi there, |
What do you mean by "only obtained the parameters set in the SAITS_basic_config.ini file"? |
Sorry, I didn't describe it clearly. At SAITS_ Searching_ How can I use a command to automatically combine optimization values for the parameters set in the space.json file? The problem I encountered is: according to SAITS_ Searching_ Description in the config.yml file, run Python..// Run_ Models.py -- config_ Path SAITS_ Basic_ Config.ini -- param_ Searching_ Mode, only SAITS obtained_ Basic_ The result of setting parameters in the config.ini file did not traverse SAITS_ Searching_ Can a single instruction be used to optimize the parameters set in space.json? |
What method do you use to optimize the parameters of SAITS? |
对不起,我实在看不懂你上面的英文描述,我看到你在你自己的repo中使用了中文描述,所以我推测你应该会中文,让我们用中文交流吧,请使用中文描述你的遇到的问题,如果遇到文件名/代码/命令行,请最起码使用引号与你的描述进行分割,提问者所应具备的最起码的素质就是将自己的问题以清晰的逻辑描述清楚,谢谢。 |
抱歉,现在才回复您的消息,我想问一下,SAITS模型有那么多可调的参数,您是使用什么方法将这些参数调整到最优的? |
没事。关于超参优化的部分,readme中已经说了是使用的NNI进行超参搜索的,各个模型在实验中的NNI配置文件也全都给出了,如果不熟悉NNI请先了解一下学习如何使用 https://github.com/microsoft/nni |
感谢回答,我去学习一下,您的SAITS模型十分优秀,使我受益匪浅! |
不客气,谢谢你对SAITS这篇论文的认可,如果喜欢,请给我们这个代码仓库加个星⭐️,请在你的工作中引用我们的论文,非常感谢!如果你的工作与不完整的时序相关,PyPOTS算法库 或许对你有帮助。你也可以在github上关注我,及时了解我们团队最新的开源动态。 |
This issue had no activity for 14 days. It will be closed in 1 week unless there is some new activity. Is this issue already resolved? |
Hello, I would like to ask you about the hyperparameter optimization for the model. In your file NNI_tuning/SAITS/SAITS_searching_config.yml, you described the settings for the hyperparameters and the training command, which also includes a JSON file. However, when I tried to run the command for hyperparameter optimization on SAITS, I encountered an error: "No option 'mit' in section: 'training'". I supplemented the missing parameters and ran it again, but I only obtained the parameters set in the SAITS_basic_config.ini file. Could you please advise me on how to iterate through the parameters in the JSON file to obtain the optimal parameters?
The text was updated successfully, but these errors were encountered: