Skip to content
K4YT3X edited this page Jan 31, 2021 · 3 revisions

This page collects answers to some frequently-asked questions.

Table of Contents

No GPU Usage

Q: There doesn't seem to be any GPU usage

A: Go into the GPU page in task manager, and switch one of the views to "Cuda". Now you should be able to see the GPU working hard. If Cuda doesn't seem to be working, it might be a bug. You may then choose to open an issue.

image

cudaSuccess (2 vs. 0) out of memory

Q: What's this error Check failed: error == cudaSuccess (2 vs. 0) out of memory?

A: It's most likely that you're running too many threads. Try reducing the amount the threads.

image

waifu2x-caffe-cui.exe returned non-zero exit status 1

Q: waifu2x-caffe failed and the error reads "blabla returned non-zero exit status 1". What's going on?

A: waifu2x-caffe is based on CUDA and cuDNN. It will, therefore, only work on NVIDIA GPUs. If waifu2x-caffe fails without any progress being made, then try the following:

  • Make sure that you have an NVIDIA GPU
  • Update your GPU driver (regular GeForce driver will do)
  • Make sure you have Microsoft Visual C++ Redistributables 2015 installed

If Video2X still fails, then feel free to open an new issue.

image