Git Product home page Git Product logo

Comments (3)

QROST avatar QROST commented on May 24, 2024

I figure it was something wrong with my cudnn install. I will come back and update if it is solved shortly

from fast-artistic-videos.

QROST avatar QROST commented on May 24, 2024

I reinstalled my cudnn and this time it says:

/home/username/torch/install/share/lua/5.1/cudnn/ffi.lua:1603: 'libcudnn (R5) not found in library path.

Please install CuDNN from https://developer.nvidia.com/cuDNN Then make sure files named as libcudnn.so.5 or libcudnn.5.dylib are placed in your library load path (for example /usr/local/lib , or manually add a path to LD_LIBRARY_PATH)

Alternatively, set the path to libcudnn.so.5 or libcudnn.5.dylib to the environment variable CUDNN_PATH and rerun torch. For example: export CUDNN_PATH="/usr/local/cuda/lib64/libcudnn.so.5"

stack traceback: [C]: in function 'error' /home/username/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' ./fast_artistic_video/utils.lua:52: in function 'setup_gpu' ./fast_artistic_video_core.lua:36: in function 'run_fast_neural_video' fast_artistic_video.lua:187: in function 'main' fast_artistic_video.lua:192: in main chunk [C]: in function 'dofile' ..._cui/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x556d89b8c570

I will keep my solving procedure updating

from fast-artistic-videos.

QROST avatar QROST commented on May 24, 2024

I solved the problem by manually add the LD_LIBRARY_PATH in /etc/ld.so.conf.d through:

cd /etc/ld.so.conf.d
cat > cuda-10-0.conf
/usr/local/cuda-10.0/lib64
Enter
^Z

Now it is stylizing everything in thunder speed. Cheers.

from fast-artistic-videos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.