Eu Jing Chua

Results 13 comments of Eu Jing Chua

I have had this problem too for awhile, but realize that weirdly I do not get this problem over SSH. What could be the possible issue? ![tmux](https://user-images.githubusercontent.com/2179179/40436647-71920046-5e81-11e8-8f9d-66590248fd8d.png)

@arcticicestudio Unfortunately I am not using iTerm2, but am using alacritty on Arch Linux. This is not specific to alacritty though, as it happened when I was using termite as...

From the mysql side, we currently have something similar that I can work on generalizing. It is basically a FastAPI app (we have been calling it a "runner") with the...

> Portions of this make sense, but I'd rather have it do more iteraction with the storage backend, particularly on the runner side of things. > > Right now there's...

@bpkroth @motus based on #931, I have been trying to work out a minimal set of changes for: 1. Registering new experiments: This looks possible via the existing `Storage.experiment` method,...

@yshady trial repeat seems to be working at an exact value when using the main branch. I have been using 1, and getting new configs proposed every time. Maybe this...

@motus the float fixes @yshady are proposing are due to this issue described here in more detail: #785 The fix proposed here (some kind of string to float conversion) should...

@bpkroth I have some changes proposed, which are mainly to: 1) Add 503 to a list of extra response codes to retry on 2) Do some exception handling on the...

I think this can also be achieved with the manual optimizer in #855, if we list out the ablation configs explicitly as configs to execute during the experiment. I guess...

@motus @bpkroth I have re-implemented this as a `ManualOptimizer` instead, where an array of explicit tunable values can be provided, either via the optimizer's config or overwritten via globals. For...