You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
A clear and concise description of what the bug is.
Cannot import from tutorials Code example
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 12
9 from sae_lens.analysis.neuronpedia_integration import get_neuronpedia_quick_list
11 # Enrichment Analysis Functions
---> 12 from tutorials.tsea import (
13 get_enrichment_df,
14 manhattan_plot_enrichment_scores,
15 plot_top_k_feature_projections_by_token_and_category,
16 )
17 from tutorials.tsea import (
18 get_baby_name_sets,
19 get_letter_gene_sets,
(...)
22 get_gene_set_from_regex,
23 )
Describe how transformer_lens was installed (pip, docker, source, ...)
What OS are you using? (Linux, MacOS, Windows)
Python version (We suppourt 3.10 -3.12 currently)
Python 3.12 locally or google colab Additional context
Add any other context about the problem here.
I could add it to the path with sys and import, or run it in the SAELens directory, but it could be fixed. The kernel crashes when I try to run it on google colab after, or locally (I may try somewhere with more RAM) though also.
Checklist
[x ] I have checked that there is no similar issue in the repo (required)
The text was updated successfully, but these errors were encountered:
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
A clear and concise description of what the bug is.
Cannot import from tutorials
Code example
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 12
9 from sae_lens.analysis.neuronpedia_integration import get_neuronpedia_quick_list
11 # Enrichment Analysis Functions
---> 12 from tutorials.tsea import (
13 get_enrichment_df,
14 manhattan_plot_enrichment_scores,
15 plot_top_k_feature_projections_by_token_and_category,
16 )
17 from tutorials.tsea import (
18 get_baby_name_sets,
19 get_letter_gene_sets,
(...)
22 get_gene_set_from_regex,
23 )
ModuleNotFoundError: No module named 'tutorials'
https://github.com/jbloomAus/SAELens/blob/main/tutorials/logits_lens_with_features.ipynb
System Info
Describe the characteristic of your environment:
transformer_lens
was installed (pip, docker, source, ...)Python 3.12 locally or google colab
Additional context
Add any other context about the problem here.
I could add it to the path with sys and import, or run it in the SAELens directory, but it could be fixed. The kernel crashes when I try to run it on google colab after, or locally (I may try somewhere with more RAM) though also.
Checklist
The text was updated successfully, but these errors were encountered: