Yibo Lin

Results 120 comments of Yibo Lin

Hi, docker only provides an environment to build the code. It means that after you enter docker's environment, you still need to go through the building process before running the...

Can you try ```ls -l``` and see what's inside the folder? You may still need to go to the ```install``` directory to run the program. The source code directory is...

@b224hisl Did you run ```git submodule update``` after ```git pull```? Probably the submodules in the thirdparty folder have not been updated to the latest version. You may check if there...

What's your gcc/g++ version?

Btw, you can skip OpenTimer's unittest, as it is not used.

Then, hardware should not be a problem. I'm not sure whether the problem comes from CUDA version, as I cannot reproduce on my side. I'd like to make sure if...

Thank you! One more thing to confirm. Do you make sure to have enough GPU memory available when running the program? You may take a look by ```nvidia-smi``` when running...