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

Low accuracy on sample task #2

Open
ndalton12 opened this issue Jul 5, 2019 · 1 comment
Open

Low accuracy on sample task #2

ndalton12 opened this issue Jul 5, 2019 · 1 comment
Labels
question Further information is requested

Comments

@ndalton12
Copy link

Hi author,

Any idea why the performance accuracy is so low on the sample task you provide?

I added the following lines to test accuracy:
output = logits.transpose(1, 2)
predicts = F.softmax(output, dim=1).argmax(dim=1)
print((predicts == target).sum().item() / len(target))

The accuracy for the task is ~0.01% after 100 epochs.

@graykode
Copy link
Owner

graykode commented Jul 8, 2019

I think it is not important accuracy in this domain

@graykode graykode added the question Further information is requested label Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants