Eric Riebling

Results 63 comments of Eric Riebling

If you `docker run` a shell in a container, then exit... things done to the container DO NOT PERSIST. I just installed software so it could have `sudo` and `mlocate`,...

Still not sure how to manage space used by Docker on a computer, it seems they want to hide that from you, or make up new, obscure, cryptic ways to...

https://github.com/docker/compose/issues/3270#issuecomment-365644540 It's an ongoing struggle. There's no good solution. We need Docker to map userids between Container and Host, and Docker folds their arms like a petulant Trump and refuses,...

After making much noise on the topic (see above), I have produced and tested (minimally) a [Dockerfile](http://github.com/srvk/DiViMe/blob/master/Dockerfile) that produces a Container that passes the self-test (`tools/test.sh`). There are still more...

Some more good news: * DiarTK seems to not require any modifications to work in Docker Container mode. * Temporary files created by processing within the Docker Container go away...

A problem with Docker: any scripts intended to run outside the VM (at least the one to get ACLEW Starter data) cannot simply call "vagrant ssh ..." any more, but...

This is nearly nearly done, in terms of the Dockerfile. But that will need to be updated to match any changes to Vagrantfile, especially in light of the work @junghanw...

where did I just see a graph in shades of grey with rows for each noiseme, and darker spots for where those noisemes were more highly predicted? Middy's slides, I...

does this include already-trained models? otherwise there might be more steps: * decide on training data * human label the data * get training data into s4d format * perform...

I looked through all the linked code and could find no pre-trained models, so can only assume that this requires training and therefore human-labeled data. Isn't this a Python port...