Giter Site home page Giter Site logo

cudnn not found cuda9/cudnn 7.03 about knmt HOT 1 OPEN

fabiencro avatar fabiencro commented on August 23, 2024
cudnn not found cuda9/cudnn 7.03

from knmt.

Comments (1)

David-Levinthal avatar David-Levinthal commented on August 23, 2024

Original invocation of knmt:
knmt train /data_nvme0/knmt_exp/exp1/knmt_data /data_nvme0/knmt_exp/exp1/knmt_train --gpu 0 --optimizer adam --weight_decay 1e-6 --use_goto --l2_gradient_clipping 1 --mb_size 128 --max_src_tgt_length 50 --Ei 1024 --Eo 1024 --Hi 1024 --Ho 1024 --Ha 1024 --Hl 1024 > knmt_1024_v100.log 2>&1
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/levinth/knmt/nmt_chainer/main.py", line 110, in
main()
File "/home/levinth/knmt/nmt_chainer/main.py", line 100, in main
func(args)
File "nmt_chainer/training_module/train_config.py", line 290, in do_train
import nmt_chainer.training_module.train
File "nmt_chainer/training_module/train.py", line 35, in
import nmt_chainer.models.encoder_decoder
File "nmt_chainer/models/encoder_decoder.py", line 16, in
import rnn_cells
File "nmt_chainer/models/rnn_cells.py", line 24, in
import nmt_chainer.utilities.faster_gru as faster_gru
File "nmt_chainer/utilities/faster_gru.py", line 16, in
libcudnn = cudnn.cudnn
AttributeError: 'module' object has no attribute 'cudnn'

knmt_1024_v100.log

attaching python setup.py -vvvv install logs for cupy and chainer
chainer_setup.log
setup_log.log

from knmt.

Related Issues (3)

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.