Angus Turner

Results 7 comments of Angus Turner

I'd like to help! I'm quite new to ML, but would like to have a stab at Levenberg-Marquardt optimisation (or similar). At a glance, the maths doesn't seem _too difficult_,...

Maybe this deserves a separate issues / feature request, but it was non-obvious to me as a first-time user (coming from Haiku) how to overwrite the default initialization scheme in...

That is a fair point! It is true that PyTorch doesn't take a `w_init`, but because stuff is mutable in PyTorch its very easy to just set `linear.bias = ...`...

Hi, thanks for getting back to me! (Feel like I’m opening a new question everyday at this point 😅). I used the no-op as an illustrative example and to diagnose...

Update: issue seems to be resolved when I disabled `tqdm`. There must be a way to fix though?

I am finding that following @tautomer 's suggestion I can indeed get spaces switching to work, BUT at the cost of some weird sleep issues (related to #143 I think?)....

Actually, while I'm here, can I also clarify the interpretation of the dimensions, referenced in the docs? ``` event_shape (N x M x 3), e.g. phi(i, j, op) Ops are...