Yen-Chen Lin
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.
@SteveSZF Did you re-train the model?
Is there a specific config file and command to reproduce that? thanks a lot!
Do you have code to reproduce the error?
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...
May you tell me the actual error?
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?