Jetson nano Date aspirations

1. Cuda failure: no kernel image is available for execution on the device in file ../plugin_factory.cpp at line 155                             

Nano is with GPU capacity=53

https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/

https://devtalk.nvidia.com/default/topic/1056413/jetson-nano-running-openpose-example-gives-a-cuda-check-failed/

2. xxx is not in the sudoers file  . This incident will be reported. Editing sudoers file vi / etc / sudoers find the line root ALL = (ALL) ALL, add xxx ALL = (ALL) ALL ( xxx here beneath him is your user name) PS: you can add the following four lines sudoers said here at any one youuser ALL = (ALL) ALL % youuser ALL = (ALL) ALL youuser ALL = (ALL) NOPASSWD: ALL % youuser ALL = ( ALL) NOPASSWD: ALL first line: allows the user to execute youuser sudo command (password required). the second line: allows the user to perform user group youuser inside sudo command (password required). the third line: allows the user to perform sudo youuser command, and does not enter a password at the time of execution. fourth row: which allows the user to group youuser sudo command performed by the user, and do not enter a password at the time of execution.                                                                                                  














3. NumPy 1.17.0 breaks in PyInstaller generated frozen packages, can't find `numpy.random.common  

sudo pip3 uninstall numpy
sudo pip3 install numpy==1.16.2

4.  ./include/caffe/common.hpp:5:27: fatal error: gflags/gflags.h: No such file or directory

Solution: sudo apt-get install libgflags-dev

Released four original articles · won praise 8 · views 9143

Guess you like

Origin blog.csdn.net/u012254599/article/details/99550042