Max Podkorytov
Max Podkorytov
```python # decode x_hat = graph(z, reverse=True) ``` If you leave the parameter unnamed, it assumes you supply `x` as input, leaving `z` as `None`. Try ```python # decode x_hat...
There may arise a numerical issue of division by zero in https://github.com/chaiyujin/glow-pytorch/blob/487a6b149295f4ec4b36e408f63604c593ff2031/glow/models.py#L93 when there are zero elements in the sigmoid output. For me the following code snippet triggers the division...
ESM-2 https://github.com/facebookresearch/esm
NeRF https://github.com/yenchenlin/nerf-pytorch
`KeyError: ''` typically means the profiler has crashed for more introspection during debugging, try setting env `LOGLEVEL=DEBUG`, then inspecting the logs my wild guess would be RTX 2080 is sm75...
could you try compiling with env `LOGLEVEL=DEBUG` to see what's the c++ compilation error root cause is?
It's not supposed to work on gfx10xx or gfx11xx yet (as we haven't had developers' bandwidth to support it). The root cause is different matrix core instructions being used between...
> Looks good so far. My most important recommendation would be to refactor it to untangle the ROCm and the CUDA/Cutlass backend implementation to enable independent maintenance and further development....
After recent rebase on `main` I found I no longer could run pre-compilation of the cpp sources. Turns out the precompilation stops if there is an exception in any of...
cc @jansel could you take a look at this PR?