Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/bin/sh:nvcc not found #1555

Open
BlcaKHat opened this issue Sep 7, 2018 · 7 comments
Open

/bin/sh:nvcc not found #1555

BlcaKHat opened this issue Sep 7, 2018 · 7 comments

Comments

@BlcaKHat
Copy link

BlcaKHat commented Sep 7, 2018

cuda

alex, I am having problem when I make with cuda=1 in google colab
have a look

@AlexeyAB
Copy link
Owner

AlexeyAB commented Sep 7, 2018

It seems you should add path to the nvcc to the .bashrc: https://devtalk.nvidia.com/default/topic/995277/cuda-setup-and-installation/cuda-8-0-toolkit-install-nvcc-not-found-ubuntu-16-04/

Or just change here nvcc to /usr/local/cuda/bin/nvcc and recompile

NVCC=nvcc

@BlcaKHat
Copy link
Author

BlcaKHat commented Sep 7, 2018

./darknet detector train data/obj.data cfg/yolo-obj.cfg darknet53.conv.74
bash: ./darknet: No such file or directory

alex, don't know whats wrong..
in which directory should i run it ?

@BlcaKHat
Copy link
Author

BlcaKHat commented Sep 7, 2018

currently I am runnung it in /home/firmware/Desktop/colab-train/darknet/build/darknet .
what wromg i did ?

@AlexeyAB
Copy link
Owner

AlexeyAB commented Sep 7, 2018

In the same where is your Makefile.

@BlcaKHat
Copy link
Author

BlcaKHat commented Sep 7, 2018

Couldn't open file: data/obj.data

@BlcaKHat
Copy link
Author

BlcaKHat commented Sep 7, 2018

Makefile is in main folder, after make, I kept all the files in build/darknet/x64 folder

@BlcaKHat
Copy link
Author

BlcaKHat commented Sep 7, 2018

where should I keep data , in Desktop/darknetbuild/darknet or Desktop/darknet ?
it's started training when I kept in Desktop/darknet.
any comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants