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

Related to activation changes #1

Open
jaytimbadia opened this issue Jan 1, 2021 · 0 comments
Open

Related to activation changes #1

jaytimbadia opened this issue Jan 1, 2021 · 0 comments

Comments

@jaytimbadia
Copy link

Hey, Great push.

I was doing boosting on activations for Bert-pre-trained embeddings.
Results::::

Final nodes output: tensor([[ 1.3311, -0.3895]], grad_fn=)
actual: negative Predictions: negative
Dreaming!!
Predictions after boosting:
Final nodes output: tensor([[62.9412, -0.3895]], grad_fn=)
actual: negative Predictions: negative


Final nodes output: tensor([[-0.5708, -0.1172]], grad_fn=)
actual: positive Predictions: positive
Dreaming!!
Predictions after boosting:
Final nodes output: tensor([[ -0.5708, 199.3414]], grad_fn=)
actual: positive Predictions: positive


If you see the results after embeddings boosting, its certainly increasing, but only the actual label part.
for eg: for 1st example its going from 1.3111 -> 62.9412 but positive part is staying the same.
why this is the case?

Note: 1-> positive and 0 -> negative.

Let me know why this is the case, or am I doing something wrong? Thankyou!

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

1 participant