Skip to content

Commit

Permalink
Get logistic regression running on EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Oct 18, 2024
1 parent 8a3162d commit a9226ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plm_interpretability/sae_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import torch.nn as nn
from torch.nn import functional as F
from transformers import PreTrainedModel, PreTrainedTokenizer
from utils import get_layer_activations

from plm_interpretability.utils import get_layer_activations


class SparseAutoencoder(nn.Module):
Expand Down

0 comments on commit a9226ac

Please sign in to comment.