fpan2232
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:...