Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkyum authored Feb 6, 2024
1 parent 8b82a79 commit c491e11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sparse_autoencoder/train/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def generate_activations(self, store_size: PositiveInt) -> TensorActivationStore
hook = partial(store_activations_hook, store=store, component_idx=component_idx)
self.source_model.add_hook(cache_name, hook)

print("Generate Process Begin")

# Loop through the dataloader until the store reaches the desired size
with torch.no_grad():
while len(store) < store_size:
Expand Down

0 comments on commit c491e11

Please sign in to comment.