Gabor Gulyas

Results 13 issues of Gabor Gulyas

Hi, I can't find the proper way to make a Spline transform inverse. What I would like to do is a 2 step approach: 1) train a Spline transform from...

question

Adding new distribution: Gamma Plus providing 2 working examples with Sympy: - a simple one, where the distribution, gradients and Fisher information matrix can be calculated in closed form (Normal...

It might be a stupid idea, didn't think it through from code perspective, but couldn't Ngboost predict the Normalizing Flows' parameters as well, so the final outcome distribution could be...

BetaBernoulli distribution implemented with LogScore, Fisher Information included.

enhancement

How does it handle holidays or other flags that might drive the data? It's not always visible for the Fourier transformation.

Have you noticed that the latent space is actually just a 4x4 image representation of the same image, each of these small images are 16x16 pixel size? And this is...

Do you know the structure of the Decoder for 512x512x3 => 64x64x4? It would be good to have it too for img2img functionality, probably for inpainting too, and for upscaling.

when running the `text2pointcloud.ipynb` example I got the error: ``` TypeError Traceback (most recent call last) Cell In [8], line 6 4 # Produce a sample from the model. 5...

sudo uvicorn opendevin.server.listen:app --port 3000 Traceback (most recent call last): File "/usr/bin/uvicorn", line 33, in sys.exit(load_entry_point('uvicorn==0.15.0', 'console_scripts', 'uvicorn')()) File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line...

bug

It would be interesting to allow multiplication effect from one node to another. Example: in time series analysis if the Sundays are always closed, so the sales is always 0,...