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
Ticking the "Preserve Color" switch will just lead to noise output, running the application without Preserve Color works normally.
The "CPU" switch does not work as my GPU could not be found. Changing os.environ["CUDA_VISIBLE_DEVICES"] = "-1" to os.environ["CUDA_VISIBLE_DEVICES"] = "0" makes the CPU switch work for me.
The text was updated successfully, but these errors were encountered:
Ticking the "Preserve Color" switch will just lead to noise output, running the application without Preserve Color works normally.
The "CPU" switch does not work as my GPU could not be found. Changing
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
toos.environ["CUDA_VISIBLE_DEVICES"] = "0"
makes the CPU switch work for me.The text was updated successfully, but these errors were encountered: