Advertisement
tdxcn

caffe_tk1.sh

Jan 10th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. sudo apt-get install libprotobuf-dev protobuf-compiler gfortran \
  4. libboost-dev cmake libleveldb-dev libsnappy-dev \
  5. libboost-thread-dev libboost-system-dev libboost-python-dev \
  6. libatlas-base-dev libhdf5-serial-dev libgflags-dev \
  7. libgoogle-glog-dev liblmdb-dev -y
  8.  
  9. git clone git://github.com/platotek/caffetk1.git
  10. cd caffetk1
  11. cp Makefile.config.example Makefile.config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement