Caffe is a fast deep learning framework.
I am installing caffe and I think I screwed up my install by having multiple versions of OpenCV. Now i …
opencv ubuntu-14.04 caffe pycaffeI've extracted features using caffe, which generates a .mdb file. Then I'm trying to read it using Python and display …
python caffe lmdbHas anyone successfully trained a caffe model? I have a training ready image set that I would like to use …
python-2.7 caffe deep-dreamI am looking through the Caffe prototxt for deep residual networks and have noticed the appearance of a "Scale" layer. …
neural-network deep-learning caffe conv-neural-network resnetWhat is the definition of non-trainable parameter in a model? For example, while you are building your own model, its …
tensorflow deep-learning keras theano caffeI want to design a convolutional neural network which occupy GPU resource no more than Alexnet.I want to use …
neural-network deep-learning caffe conv-neural-networkI want to use caffe with a vector label, not integer. I have checked some answers, and it seems HDF5 …
python neural-network deep-learning caffeHas anyone implement the FRCNN for TensorFlow version? I found some related repos as following: Implement roi pool layer Implement …
tensorflow detection caffe pycaffeI am starting to use tensorflow (coming from Caffe), and I am using the loss sparse_softmax_cross_entropy_with_…
python tensorflow deep-learning caffe cross-entropyI have a dataset of images that have multiple labels; There are 100 classes in the dataset, and each image has 1 …
neural-network deep-learning caffe multilabel-classification