Skip to content Skip to sidebar Skip to footer
Showing posts with the label Caffe

Creating Large Lmdbs For Caffe With Numpy Arrays

I have two 60 x 80921 matrices, one filled with data, one with reference. I would like to store the… Read more Creating Large Lmdbs For Caffe With Numpy Arrays

Caffe Lmdb Train And Val.txt

During the process of making a lmdb file,we are supposed to make a train.txt and val.txt file,i hav… Read more Caffe Lmdb Train And Val.txt

How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

I am starting to use tensorflow (coming from Caffe), and I am using the loss sparse_softmax_cross_e… Read more How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

Runtimeerror While Opening Deploy.prototxt

I'm trying run a simple code with caffe that should open deploy.prototxt but it couldn't op… Read more Runtimeerror While Opening Deploy.prototxt

How To Train And Test Lenet Using Caffe Using Python

I am new to caffe and Machine learning algorithms. Are there any tutorials to train and TEST LeNet … Read more How To Train And Test Lenet Using Caffe Using Python

Memory Not Getting Reclaimed On Restart Of A Process

I have a python job that runs a caffe net for image processing on nvidia GPUs. The job takes images… Read more Memory Not Getting Reclaimed On Restart Of A Process