I am creating some customized layers so that I want to checkout caffe is built successfully or not. can anyone tell me how to show all the names of the layers in python3
I am using python3.6 and building from the latest version of caffe
I am creating some customized layers so that I want to checkout caffe is built successfully or not. can anyone tell me how to show all the names of the layers in python3
I am using python3.6 and building from the latest version of caffe
Copyright © 2021 Jogjafile Inc.
Locate the directory path_caffe where are stored the python files of caffe, you should see caffe folder classify.py and the files CMakeLists.txt, detect.py, draw_net.py, requirements.txt and train.py. Then locate the file .prototxt of you model path_model. Finally replace in the following code: