-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Hyperparameter tuning using hyperopt #2538
Comments
hi @pikaduck, yes this has been removed due to compatibility reasons. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, I'm currently using Flair for my master's thesis project, and I wonder if there's any other way to do hyperparameter tuning since the module is removed from Flair? Thanks :) |
I'm also stuck in the same issue. I used FlairNLP for my PhD work, but i think this library is not designed for research work. |
I was able to perform hyperparameter optimization using Optuna. I will write a blog post regarding how to perform that. I don't know how urgent it is for you. Can you wait a bit? If you can't, I can send you an MVP! |
Hello @peshmerge sounds interesting, please do share the link to the blog post! I'd be happy to try it out. |
Hi @peshmerge did you end up writing the blog post? |
Was the hyperparameter module for hyperparameter tuning using hyperopt removed in the latest commit? Facing this issue with SequenceTaggerParamSelector
With the above code, it trained 1 model and tested it and the results were also asserted very clearly, but after that, this AttributeError occurred :
Note : The above model whose results are shown had FlairEmbeddings('new-forward') in its Embeddings
The module may be deprecated but please help me out here, I have tried training manually with a combination of a zillion parameters and the it's becoming tiring now.
The text was updated successfully, but these errors were encountered: