forked from mikekestemont/pandora
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Document model output #43
Labels
Comments
You mean the output of the predict fn?
…On Sun, Oct 1, 2017 at 11:23 AM, Enrique Manjavacas < ***@***.***> wrote:
I am having a hard time to find out what the model output should be during
training and testing. Unfortunately, the docstrings aren't helping.
For instance, for the lemmas at training time. Docstring says:
- list of lemma-indices (`include_lemma` = 'label')
- list of lemma-matrices at character-level (when
`include_lemma` = 'generate').
But if I print it looks like it is taking rather class probabilities...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AELJLwErU-VEiMTutpGnQsJu5ifs2O6fks5sn1oogaJpZM4Pp1c5>
.
|
For the different tasks - lemma, pos. I think I've figured out (it's the class probabilities in batch-first order). But we should document it. |
Ok, we can talk about this tomorrow and I'll fix the documentation.
…On Sun, Oct 1, 2017 at 12:59 PM, Enrique Manjavacas < ***@***.***> wrote:
For the different tasks - lemma, pos. I think I've figured out (it's the
class probabilities in batch-first order). But we should document it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AELJL3fUIDiA82fnis1UAEewNEaKyo6Vks5sn3B4gaJpZM4Pp1c5>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having a hard time to find out what the model output should be during training and testing. Unfortunately, the docstrings aren't helping.
For instance, for the lemmas at training time. Docstring says:
But if I print it looks like it is taking rather class probabilities...
The text was updated successfully, but these errors were encountered: