Giter VIP home page Giter VIP logo

Comments (2)

seenaimul avatar seenaimul commented on August 16, 2024

I get the error when run the following command: I'm using the repo in VMware which is why unable to use GPU
@mpc001 , looking forward to hearing from you.

CUDA_VISIBLE_DEVICES='' python3 main.py --config-path /home/ubuntu/TCN_LIPREADING_ROOT/Lipreading_using_Temporal_Convolutional_Networks/configs/lrw_resnet18_mstcn.json --annonation-direc /home/ubuntu/TCN_LIPREADING_ROOT/Lipreading_using_Temporal_Convolutional_Networks/LRW_data --data-dir /home/ubuntu/TCN_LIPREADING_ROOT/Lipreading_using_Temporal_Convolutional_Networks/datasets/visual_data
Model and log being saved in: ./train_logs/tcn/2022-04-14T18:30:41
Traceback (most recent call last):
File "main.py", line 261, in
main()
File "main.py", line 201, in main
model = get_model_from_json()
File "main.py", line 181, in get_model_from_json
model = Lipreading( modality=args.modality,
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 688, in cuda
return self._apply(lambda t: t.cuda(device))
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 578, in _apply
module._apply(fn)
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 578, in _apply
module._apply(fn)
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 578, in _apply
module._apply(fn)
[Previous line repeated 1 more time]
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 601, in _apply
param_applied = fn(param)
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 688, in
return self._apply(lambda t: t.cuda(device))
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/cuda/init.py", line 216, in _lazy_init
torch._C._cuda_init()
RuntimeError: The NVIDIA driver on your system is too old (found version 10010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

from lipreading_using_temporal_convolutional_networks.

jingtian-feng avatar jingtian-feng commented on August 16, 2024

i use cpu to test just through delete all the ".cuda()" function in the main , but i can not bear the very very slow speed
hope to help you

from lipreading_using_temporal_convolutional_networks.

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.