Installation and operation of the Caffe graphical operation tool DIGITS

Nvidia Digits is a web application tool that performs graphical operations and visualization of Caffe on web pages. It is very helpful for beginners of Caffe. Nvidia is really doing everything to sell more graphics cards. I really hope everyone can learn deep learning and then buy N cards. Deep learning is a fanatical preference.
1. Environment
Operating system :
Ubuntu 16.04
GCC/G++: 5.4.0
CUDA: 9.0.252
OpenCV: 2.4.11 and 3.3.1
Matlab: R2014b(a) Python
: 2.7
Note: Make sure that cuda, caffe and pycaffe are installed .Download and
install DIGITS
cd ~
git clone https://github.com/NVIDIA/DIGITS.git digits
2. Compile and install the corresponding dependency
cd digits
sudo apt-get install graphviz gunicorn
for req in ( c a t r e q u i r e m e n t s . t x t ) ; d O s u d O p i p i n s t a l l req; done #If you use python in the linux system environment, please use this statement
pip install -r ~/digits/requirements.txt #If you use python in the Anaconda environment, use this statement to update
3. Run digits
./digits- Devserver
opens the browser:
the local machine input http://0.0.0.0:5000
is located in the local area network machine input http://XX.XX.XX.XX:5000 XX.XX.XX.XX is the server ip address
to access

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326637773&siteId=291194637
Recommended