You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
I'm trying to launch MipNerf traing but like in #12 I have huge CPU memory consumption while GPU idles. I guess it's because data loader and sampler working on CPU.
Is there a way to move this processing to GPU?