prthamesh
prthamesh
Faced an issue while importing `skimage.measure`. Related to this issue: [scikit-image#4266](https://github.com/scikit-image/scikit-image/issues/4266) Fix was to update the imports in the file -> [point_e/util/pc_to_mesh.py](https://github.com/openai/point-e/blob/main/point_e/util/pc_to_mesh.py): - Line no: [link](https://github.com/openai/point-e/blob/fc8a607c08a3ea804cc82bf1ef8628f88a3a5d2f/point_e/util/pc_to_mesh.py#L4) - From: ``` import...
I managed to shave off inference timings for SD2.1 by a few seconds for `512x512` (50 steps) and `768x768` (50 Steps). Using just few additions: ```py torch.backends.cudnn.benchmark = True torch.backends.cuda.matmul.allow_tf32...