Chen-Lin Chuang

Results 2 comments of Chen-Lin Chuang

> Thank you for your awesome work! I did not change the original code, and my best mIOU reproduction result on S3DIS is 67.8, which is inconsistent with the official...

To provide better context, i also tried the same code with legacy autograd profiler ### Code to reproduce ```python import torch with torch.autograd.profiler.profile(use_cuda=True) as prof: for _ in range(100): y...