fpan2232

Results 4 comments of fpan2232

Here is a quick workaround to get a decent result. 1) Use cache_data.py to convert zarr to npy 2) In config.yaml, set surface_points_sample = 0 It should work on single...

Hi @RishikeshRanade, Correct, only surface_points_sample = 0 setting runs well on single GPU (using .npy files) - without trigger any error. For instance, when I set surface_points_sample = 1_000, I...

Hey @RishikeshRanade, I agree, it’s a surprise! I’ve done a few single-GPU experiments for comparison, my current findings have confirmed that surface_points_sample=0 is what gives the biggest "improvement" - though...

Here is my config setting # β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” # β”‚ Project Details β”‚ # β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ project: # Project name name: TestREV20 exp_tag: cached # Experiment tag # Main output directory. project_dir:...