John Reid
John Reid
@ryaneleary Did you ever get this scoring script working? I would be very interested to see/use it. @karpathy I saw your talk in Whitechapel the other Monday. Thanks for a...
@ryaneleary I saw this and I have a slightly modified version working now. Many thanks.
Just out of interest is the `symbolic algebra system that properly accounts for integral identities` package open source somewhere?
Also are you in interested in a particular structured model @pauloabelha? I would be keen to get a mixture model working. I'm happy to collaborate on this. Are are you...
Hi @pauloabelha, I have to say I found some other models that work for my data so I am not currently implementing anything related to SVAEs. I would be interested...
Just an FYI: GPflow has a wrapper around scipy's optimizer that handles bounds. You might find it useful. https://gpflow.readthedocs.io/en/master/gpflow/optimizers/index.html#gpflow-optimizers-scipy
That's very useful thanks. Note to self: `GATE_OP` is `tf.train.Optimizer.GATE_OP`
Turns out the `one_` method was removed (in #105 I think). You can change the calling code on line 100 in `torch_struct/alignment.py` to what the method used to do: ```diff...
@srush would it be worth adding a test for `AlignmentCRF` or `Alignment` that would have failed for #105? I'm happy to send a PR.
I was hoping to use it. Can the tests not run on the GPU or am I missing the point?