caffe

Docker not finding a path I added to File Sharing on MacOS Big Sur

Docker not finding a path I added to File Sharing on MacOS Big Sur Question: I am trying to use docker to help create caffe models using this tutorial, and I am getting an error that my path is not configured, however I followed the instructions to configure the file as shown in the error …

Total answers: 2

NameError: name 'get_ipython' is not defined

NameError: name 'get_ipython' is not defined Question: I am working on Caffe framework and using PyCaffe interface. I am using a Python script obtained from converting the IPython Notebook 00-classification.ipynb for testing the classification by a trained model for ImageNet. But any get_ipython() statement in the script is giving the following error: $ python python/my_test_imagenet.py …

Total answers: 4

Finding gradient of a Caffe conv-filter with regards to input

Finding gradient of a Caffe conv-filter with regards to input Question: I need to find the gradient with regards to the input layer for a single convolutional filter in a convolutional neural network (CNN) as a way to visualize the filters. Given a trained network in the Python interface of Caffe such as the one …

Total answers: 2