Basel Mousi
Basel Mousi
Hello, I hope that you are doing well. Where Can I find the pos_1.2M.txt and neg_1.2M.txt files? Thanks in advance
Hello, I just have a question about getting CAVs. In the paper, they defined CAVs as being the vectors normal to the hyperplane separating the concept samples from some random...
## ❓ Questions and Help Hello, I was running statistical significance testing using the code defined in the TCAV for NLP sentiment analysis tutorial and I have two questions about...
Hello, Can you please provide more details about how the data was collected to train the accuracy predictor? To be more specific, can you provide details about how the sampling...
How can we find the testing accuracy? I ran the following code y_pred, y_test = predict('/content/gdrive/My Drive/Car-Recognition/data/test', model) acc = calc_acc(y_pred, y_test) print("%s: %.2f%%" % ('acc', acc * 100)) where...
Added regression tests for testing the rankings obtained. used [syrupy](https://github.com/tophat/syrupy) to implement the snapshot testing.
added preliminary unit test for probeless. Still need to add tests for the following functions: - get neuron ordering for a tag - get neuron ordering for all tags
Hello, I was trying to get the top neurons associated with a linear regression probe on a set of synthetic data. I obtained that the _class_to_idx_ is a required positional...
Added a flag to make activation extraction less verbose