John Reid
John Reid
### Problem The file uploader is a nice widget but we often wish to point our streamlit application at a directory. As far as I can see this is not...
I'm trying a relatively vanilla optimisation over 9 dimensions, 5 of which are categorical (2 values), the other numeric. I'm getting the following exception: Exception: Slice sampler shrank to zero!...
I have an objective that depends on many test examples (an AUC-like score). I can evaluate the objective function on any number of examples but the noise is greater when...
For a noisy objective function would it be possible for spearmint to report the parameters which the GP believes are best rather than (or as well as) the parameters that...
Is there any way I can access the value of the objective function for all experiments run so far together with the parameters used for each? I would like to...
Quite often I would like to stop and restart spearmint. Sometimes I can Ctrl-C spearmint and restart it. Other times it seems to block and do nothing when restarted. Is...
I have an INT parameter that varies from 20 to 600. Spearmint is reporting that its length scale is 1.36. Is this some sort of "normalised" length scale? I don't...
Hi, This is another PR to add a function that runs some python code. This time it is `IPy-RunRegister` that runs the contents of the default register. I find that...
My vim / terminal skills are limited. I'm not sure what the correct way to send Ctrl-D to the terminal. Is this possible?
PR following up discussion [here](https://github.com/harvardnlp/pytorch-struct/issues/106). For the tests to pass I also had to update `genbmm`. See PR [here](https://github.com/harvardnlp/genbmm/pull/9). Note that the tests only check the shape of the `argmax`...