fanyan

Results 2 comments of fanyan

Hi! Have you tested your model? Dose the testing takes several days?

Thanks a lot for your reply! self.sampled_inds = {} if config.data.sampled_inds and phase == DatasetPhase.Train: self.sampled_inds = torch.load(config.data.sampled_inds) This part is used for loading the points20, points50 file. After that,...