Pranav Subramani
Pranav Subramani
> can we have a skype call to go over this? > > thanks a lot for the push! Yeah, let's do this, I spoke to Amur about some of...
@steven-lang I was wondering if this was already fixed, or if not, do you want to create a PR and I'll review it and accept 👍
Amur Ghose and I will be working on this to merge into the base, once it's finished on our fork, @alejandromolinaml and @arranger1044 can also review it
Hey Alejandro, no worries, I was wondering if I'd be able to help you write this maybe? I think in the prometheus paper, they require multivariate gaussians (so we're ideally...
@alejandromolinaml could you point me to the code for it?
Hey @alejandromolinaml I don't see it in the parametric module, could you point me to it?
Hello @dedo24397, I tested the above on a windows 10 machine and have attached a screenshot below, it appears to work fine, the python version being used is 3.6.8 ...
For @alejandromolinaml the stack trace of the error is inconsistent (since the number of threads that the python process is allowed to create varies from run to run). And this...
What's happening here is actually an issue with how you're using the `learn_parametric` function. Since there is no `if __name__ == "__main__": # run some code here ` The reason...
That's very strange, can I see the file that you are trying to run? when I just put it within my main function I obtain no issues at all.