bjg2

Results 18 comments of bjg2

It is a string to a single file, something like `e:/tasks/5e4e898e199f795e9a1ce4d9/runs/0/output.json`

We're getting these as well, about ~1 per day. Any suggestion on how to mitigate this one? Should we maybe, for goroutines that trigger vips, use https://pkg.go.dev/runtime/debug#SetPanicOnFault (not sure that...

+1. Having an element that has a field 'type', and different schema depending on the value of that field is pretty much idiomatic way of building JSON objects / arrays....

I had to change this as well, but that did the trick, it was working: ``` "observe_spec": { "buffer_size": 1000 }, ``` But again, after few minutes it died with:...

Hey, @awjuliani, thanks for the reply. All comments make sense. Regarding xvfb, I installed it and would like to try it out, but it seems I can't google how to...

I'm having a lot of xvfb related problems, main issue is [here](https://github.com/Unity-Technologies/ml-agents/issues/1786#issuecomment-471561253). If you're ok with it, you might train in ubuntu 16 docker.

In general, it would be helpful to know if there is a faster way to do this computation? This code is the only thing we need, for audio files up...

We mitigated by creating new processes that do vips stuff, and channeling data to them via stdin and from them via stdout. Very not cool but it works - if...

Not sure I understand the proposed solution, I tried limiting memory through flag (I have set the flag "--max-heap-size 16") and got exception in cgo, which I cannot recover from...

Hey, we hit this one as well, what's the status here? Do we know if this is error or just a warning, does docker build / push finishes as expected...