Yen-Chen Lin

Results 50 comments of Yen-Chen Lin

Normally, **conditional GAN** will send the conditional data (e.g., class, attribute, text, image) together with the synthesized image to the discriminator. See [this paper](https://arxiv.org/abs/1605.05396) for a more complicated discriminator.

Is there a specific config file and command to reproduce that? thanks a lot!

Add the following line to your `.bashrc` or `.zshrc` (depending on your shell) should solve the problem: ``` export LIBRARY_PATH="/usr/local/cuda/lib64/stubs:$LIBRARY_PATH" ```

@microsoft-github-policy-service agree

Do you mean the NeRF or the correspondence model? Releasing NeRFs is easy (as I wrote the code). For the correspondence mode, it gets tricky because I don't own the...

Hello @GabbySuwichaya , can you try setting `n_rays = 512` in the notebook? Right now it's set to 1024.

Hello @Guanghan, I'm facing the problem too. Can you update the code or check if it's working?