AI葵
Results
152
comments of
AI葵
There is A6000 Ada (faster) and A6000. Maybe they mean the faster one
1. remove the `.repeat(1, 3)` on this line (so that `self._scaling` is a (N, 1) tensor) https://github.com/graphdeco-inria/gaussian-splatting/blob/2eee0e26d2d5fd00ec462df47752223952f6bf4e/scene/gaussian_model.py#L135 2. add `.repeat(1, 3)` to the end of this line https://github.com/graphdeco-inria/gaussian-splatting/blob/2eee0e26d2d5fd00ec462df47752223952f6bf4e/scene/gaussian_model.py#L97 in this...