Adam Belfki
Adam Belfki
Hey @apoorvkh, I'm not entirely sure what's breaking here. It may be related to "Frame Injection" of saved results... To play it safely, I would define the list you're appending...
Does this behavior not appear if you use `nnsight.log()`?
Isn't this expected behavior since you are the cell multiple times with in_place editing?
Yes, it is expected! It basically defines any default interventions to be ran before the newly define intervention graph in a certain context.
Should this issue be closed @JadenFiotto-Kaufman ?
@Butanium try this branch and let me know if it handles your use case
@Butanium The root of the cache entries is `cache.model`, you have to call `print(cache.model.layers[0].output)` instead. This is because cache is just a dictionary and `cache.model` is what actually contains the...
are you on the right branch? I just ran it and it worked for me
Hi @ericluo04 - happy to see your excitement for using nnsight :) For both your questions (1) and (2), you can replace the `with module.all()` syntax with `with module.iter[start_idx:end_idx]:` to...