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

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

Unable To Import Caffe

I executed make pycaffe in the caffe directory and it worked fine. I also did this: gsamaras@gsamar… Read more Unable To Import Caffe

Mac Caffe Cuda Driver Issue

I'm trying to build caffe with the python wrapper on Mac OSX 10.0, but keep getting the followi… Read more Mac Caffe Cuda Driver Issue

Use Caffe To Train Lenet With Csv Data

Excuse me, I have a question on using caffe for hd data? I try to run an example on the Kaggle mnis… Read more Use Caffe To Train Lenet With Csv Data

Python Real Time Image Classification Problems With Neural Networks

I'm attempting use caffe and python to do real-time image classification. I'm using OpenCV … Read more Python Real Time Image Classification Problems With Neural Networks

How Can I Know Whether "bias" Exists In A Layer?

I'm trying to read weight and bias in a caffe network with pycaffe. Here is my code weight = ne… Read more How Can I Know Whether "bias" Exists In A Layer?