-
Hi! I am playing around with HDBSCAN on a dataset to see if it will work for our needs and no matter how I change the hyperparameters I keep getting a giant noise class. Ive set the cluster_selection_…
pGit1 updated
6 years ago
-
Hi, given a gmm-hmm model with x mixtures for state, i am trying to create a new model, identical to the first one, but using a subset of mixtures.
For this reason, i copy the selected means and cova…
-
$ sudo python setup.py install
[sudo] password for ubuntu:
running install
running bdist_egg
running egg_info
writing dependency_links to gpytorch.egg-info/dependency_links.txt
writing top-leve…
-
I may have found a bug in the code generator for mixture models. Following your [advice on the forum](http://discourse.mc-stan.org/t/getting-around-truncation-limitation-for-mixture-models-in-brms/45…
-
`coo.py` is getting large and unweildly. I sometimes spend a lot of time scrolling through it or finding stuff in it. I was thinking of breaking it up into smaller chunks for better maintainability.
…
-
When I try to run the example data in first step:
`prepare-rpbp-genome c-elegans-test.yaml --overwrite`
I met this error:
subprocess.CalledProcessError: Command 'split-bed12-blocks /home/sun/…
PSSUN updated
6 years ago
-
Hi,
I just tried to install the library using the instructions on the repository front page, and got this error,
```
(py35_pytorch) ajay@ajay-h8-1170uk:~/PythonProjects/gpytorch-master$ python …
ghost updated
6 years ago
-
finally got it fixed:
https://github.com/ValveSoftware/halflife/issues/387#issuecomment-249436648
UPDATE:
https://github.com/ValveSoftware/halflife/issues/387#issuecomment-90850841
its going to be a…
-
Hi, while installing the package I get the following error.
```
Collecting git+https://github.com/cornellius-gp/gpytorch.git
Cloning https://github.com/cornellius-gp/gpytorch.git to /tmp/pip-7qp9f…
-
* 지금까지 했던 실험의 분포를 보면 균일하게 분포되있지가 않음
* 그래서 lr, lc, rc 모두 uniform 하게 분포되어있는 실험 시나리오를 만들기
* 본 논문에서는 200 여개의 시나리오 모두를 테스트 했는데 이중 가장 중요한 행렬 연산 크기를 추출해서 높은 정확도를 유지하기 위함
* 추후에 다른 instance에도 실험할때 용이하게 하기 …