Jim Kleckner
Jim Kleckner
Yes, I noticed that the operator doesn't seem to surface the ephemeral storage request fields. It was in a non-spark pod that I had needed to set a limit so...
As an aside, I don't want to limit the ephemeral storage via kubernetes for my executors. You do that indirectly by controlling the compute graph, caching, and number/size/memory of executors...
Is your expectation that 'f' will be added to one of the discrete distributions?
@zplizzi I actually have a branch with a 3 line patch for that test in hmm.pyx but never submitted a PR because I wasn't sure if duck-typing was preferred. But...
@yh21equn I encourage you to try your hand at debugging. I provided a candidate script in PR #429 to set up a dev environment cleanly starting from `miniconda`. That plus...
@yh21equn Does the #447 fix allow you to save/restore the GMM-HMM?
@yh21equn Several memory leak fixes have been merged into master with #450 and #451. Please try that version by installing pomegranate from the source tree. Someone reported this cool way...
This code will install from github master: ``` conda env create --name tmp python=2.7 source activate tmp conda install --yes cython pip install git+https://github.com/jmschrei/pomegranate.git ``` and this code will remove...
@yh21equn Is it possible to extract a test case to reproduce this?
@yh21equn Could you put it into a gist or attach a file that can be executed?