PRASHANT KUMAR
PRASHANT KUMAR
Thanks for the quick repsonse. Really appreciate it. I also was wondering what would be the process to train the model for inpainting when we have a numpy(A.npy) to train...
I also did not understand this code in the ncsn_runner.py at this line: https://github.com/vzyrianov/lidargen/blob/4c3226cd7a53c241320923f936a434fdda3bad59/LiDARGen/runners/ncsn_runner.py#L366 refer_images = refer_images.to(self.config.device) width = int(np.sqrt(self.config.sampling.batch_size)) init_samples = torch.rand(width, width, self.config.data.channels, self.config.data.image_size, self.config.data.image_width, device=self.config.device) init_samples =...