Skip to content
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

Next time that you want to retrain SRL ... #444

Open
danyaljj opened this issue Nov 4, 2016 · 2 comments
Open

Next time that you want to retrain SRL ... #444

danyaljj opened this issue Nov 4, 2016 · 2 comments
Assignees

Comments

@danyaljj
Copy link
Member

danyaljj commented Nov 4, 2016

Next time that you want to retrain SRL models, capitalize the name of the models in SRLClassifiers.

@kordjamshidi
Copy link
Member

kordjamshidi commented Nov 5, 2016

Also, would be great if someone trains SRL with jointTrainSparseNetwork and loss augmented inference. I guess it can improve the results. PR #445

@kordjamshidi
Copy link
Member

Training for join is done and added to the documentation.
If later anyone wanted to retrain all the models and do the renaming, please remove the property symbols also, for example:

val posTag = property(predicates, "posC")

should be

val posTag = property(predicates)

Do this for all properties.

@bhargav bhargav self-assigned this Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants