Skip to content

Instantly share code, notes, and snippets.

View Vishruit's full-sized avatar

Vishruit Kulshreshtha Vishruit

  • Indian Institute of Technology, Madras
  • India
View GitHub Profile
==========================================================================
Using anaconda's GCC
==========================================================================
[me12b@libra ~]$ which g++
~/anaconda2/bin/g++
[me12b@libra ~]$ ls
16-Apr-2015 bazel bin cuda_cluster_pkgs_rhel6 linux-64-libgcc-5.2.0-0.tar.bz2 rahul sshin tmp
anaconda2 bazel-0.4.3-installer-linux-x86_64.sh conda_files file: opt scratch tensorflow vishruit
[me12b@libra ~]$ gcc -V
gcc: error: unrecognized command line option ‘-V’
Following instructions @ http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
1) Git cloning @ https://github.com/alexgkendall/caffe-segnet
-- conda new env create
2) proceed to caffe installation @ http://caffe.berkeleyvision.org/installation.html
-- NO change to Makefile.config
-- corrected path to cuda
-- OMG!! Its installing perfectly fine now without any errors yet!
-- make all successful
-- heading towards make test