Closed Artur-Galstyan closed 5 months ago
As the title says. E.g. I do this:
state, model = eqx.nn.make_with_state(...)(...) # how to get the arrays within state?
Oh, my bad. It's just:
state.get(model.state_index) # or whatever is the name of the index
As the title says. E.g. I do this: