This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Generalize allennlp to other fields of AI besides NLP? #5737
Boltzmachine
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think AllenNLP is the coolest and the most beautiful framework I've ever seen for training a machine learning model. Especially the idea of constructing objects based on
FromParams
andRegistrable
rather than passing the arguments to each layer of the hierarchy. Besides NLP, I believe this idea is also applicable to other machine learning fields like CV or GNN. Currently is there any plan or work to achieve this, i.e. making a more generalized training library based on some parts of AllenNLP?Beta Was this translation helpful? Give feedback.
All reactions