graph4ai / graph4nlp

Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources!
Apache License 2.0
1.67k stars 201 forks source link

How to do hyperparameter optimization? #552

Closed smith-co closed 2 years ago

smith-co commented 2 years ago

❓ Questions and Help

I would like to do try out different hyperparameters and compare their performance for the NMT example.

There are libraries like the Hyperopt library for tuning.

I would be interested to know is there a programmatic way to try out automated hyperparameter tuning option. Any ideas welcome.

schenglee commented 2 years ago

For hyperparameter tuning, please refer to issue #553, thank you for your feedback.