Ray Xu

Results 5 comments of Ray Xu

I met this error and I am using Windows without WSL as well. I fixed this issue by re-building all extensions with `pip install ./{raymarching | shencoder | freqencoder |...

> having the same problem @ruiqixu37 can you explain exacly ho do you re-build the extensions? thanks in advance I just followed the build extension section in the README of...

Have you logged in with `huggingface-cli login` before running the training script?

I fixed it by downgrading my CUDA version from 12.1 to 11.7, and then re-building the extensions. I am running on Windows without WSL.

> OK,I find the problem. imageio cant save single channel mask.png, here need cv2 instead This solved my problem too. Thanks!