I want to retrain the network of Optix denoiser with custom dataset.
When I saw a programming guide, I found that retraining is possible and Optix provides custom training data buffer.
As Optix didn’t support an interface for training, I referred to the course “Rendered Image Denoising using Autoencoders”.
Although the course provided training code, It was built on Qwiklabs, a cloud platform.
So I can’t put my custom inputs and get binary training files.
Is there way to get training code directly?
Or, how can I leverage Qwiklabs course for retraining network with custom dataset?
Thanks.