Jiabao Lei
Jiabao Lei
Thanks for creating this great work. The recently released MinkowskiEngine V0.5.4 definitely improves the overall usage and brings some useful functions to us. However, it would be great if the...
Thanks for this great work! I believe performing denoising in the latent space would definitely be of great help to reconstruct high-quality image. And I'm recently interested in reversing the...
The latest build (i.e. `build_170`) fails to compile the simple `inject2.cxx` example, I don't know whether it has been fully tested before releasing, or it is just my environment problem....
### Describe the bug Thanks for releasing this great work, it really makes using diffusion a easy thing! But later when I tried to train a `UNet2DConditionModel` from scratch, I...
Thanks for releasing this amazing project! I have read your thesis and tried your code. I learned from your thesis that: ``` [1] The limitation of gStar4D is that it...
Thanks for this great work. I'm recently interested in using diffusion model to generate images iteratively. I found your script `cfg_sample.py` was a nice implementation and I decided to learn...
Thanks for releasing the great work! But I encounter a problem when I try to run your codes. Details: - Step1: I run `ln -s build bin` so that it...
I found my training loss become NAN after training many epochs, but the model params were all finite (i.e. `torch.isfinite`) after the NAN loss occurred (I checked this by loading...
I came across this remarkable repository and discovered its excellence. I am interested in developing a shared model across various simplicial complexes (which may have different topologies). Ideally, it would...
I have noticed that some useful executables are missing. For example, at the top of the file `demos/data/drumset_trunc.psc`, it states: ``` # Created using: # SCSimplify - -stream drumset.us -xcmpdel...