BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

Makefile.config not found. #7008

Open Yinhance opened 2 years ago

Yinhance commented 2 years ago

when I run the command below: make -j8 && cmake pycaffe
the terminal showed: Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop.

How can I solve this problem? Thx a lot

jenayjeeva99 commented 2 years ago

Create the Make.config using the example file cp Makefile.config.example Makefile.config