You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tamuhey san, unofficial-allennlp-nightly seems to have outdated since allennlp==1.0.0 released last week. pip install -U allennlp destroys import_submodules of allennlp.common.util now.
The text was updated successfully, but these errors were encountered:
Now I realize that UDify-module is hard to integrate into allennlp==1.0.0 since UDify pretrained-model was hard-encoded to allennlp 0.9.x (especially in the parameter constructor_to_call and so on). Should we wait to integrate UDify into allennlp, or take other ways with spaCy and KNP?
Hi @tamuhey san, unofficial-allennlp-nightly seems to have outdated since allennlp==1.0.0 released last week.
pip install -U allennlp
destroysimport_submodules
ofallennlp.common.util
now.The text was updated successfully, but these errors were encountered: