Federico Domeniconi

Results 56 comments of Federico Domeniconi

A transformation `A.ToRGB` would be very usefull.

I had some problems too. I solved partially using `multiprocessing.freeze_support()` at the beginning of the program. I tried executing both methods, they work with 10 and 100 iterations, but crash...

I'm having the same problem, I fixed it by changing https://github.com/lucidrains/lightweight-gan/blob/fce20938562a0cc289c915f7317722a8241abd37/lightweight_gan/lightweight_gan.py#L25 in `from kornia.filters import filter2d`.

I just found out that `instant-ngp/build/testbed` works.

No, I mean that you can directly run `instant-ngp/build/testbed`, it is the equivalent of `run.py` but compiled from c++. (it should have about the same options). With `testbed` I'm able...

~~I see now that `testbed` has many less options than `run.py`, but at the moment I think it's a good fallback.~~ Edit: there are few options in testbed , so...