-
Notifications
You must be signed in to change notification settings - Fork 14
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
Minor Scorer Bugs #40
Comments
In regard to the first point. I think I want this to be the intended behavior. On the second point, is it because you are passing no test examples and only extra examples? I can only see that the division would be zero without test examples. If that is the case, we actually had an assert that is not doing anything and could be moved. We are using the examples with non-zero activations to decide how many tokens to highlight for that feature, so it is expected that you never pass only zero activations. |
Thanks for the quick response! Again I agree both of these are minor issues and may not even qualify as bugs.
|
I think your suggestions make sense. Before, we were throwing errors and stopping the program when some of these things happened, but when we wanted to make it go through tons of latents we just logged the errors and kept going with default outputs. |
Hey all! Working on getting deeper integration for this into Neuronpedia. Ran into a few things (not blockers) but may be good to resolve at some point:
batch_size
, all predictions seem to be -1 and cause the resulting dataframe to be empty:Thanks for all your work on this!
The text was updated successfully, but these errors were encountered: