Skip to content
#

caffe

Here are 758 public repositories matching this topic...

gokriznastic
gokriznastic commented Oct 30, 2018

Hey, I see that there are no tutorial notebooks for implementing machine learning algorithms and neural networks in PyTorch in this repo yet. PyTorch is gaining a lot of traction lately and is really going to be one of the most popular frameworks due to its dynamic computational graph & eager execution.

I would like to add such tutorial notebooks in PyTorch.

VictorYXL
VictorYXL commented Oct 18, 2018

Platform :Win10
Python version:3.5
Source framework with version (like Tensorflow 1.4.1 with GPU):Caffe 1 cpu_oply
Destination framework with version (like CNTK 2.3 with GPU): Onnx cpu_only

In caffe framework, default add padding in average pooling layer.
You can find this in https://github.com/BVLC/caffe/blob/master/src/caffe/layers/pooling_layer.cpp.
While mmdnn seems not set count_inclu

dlangenk
dlangenk commented Jun 8, 2016

It would be nice if you could automatically use the test set (test.txt if it exists) if no file is provided in the "Test a list of images" section of a trained model. The following code would do this.

--- a/digits/model/images/classification/views.py
+++ b/digits/model/images/classification/views.py
@@ -413,7 +413,10 @@ def classify_many():

     image_list = flask.request.files.get('ima
vincentchu
vincentchu commented Dec 20, 2018

I have an implementation of recoverPose and would be happy to submit a PR if people found it useful.

Signature:

func RecoverPose(essentialMat Mat, points1 Mat, points2 Mat, R *Mat, t *Mat, focalLen float64, principalPoint image.Point, mask Mat)

Usage:

gocv.Reco
jinfagang
jinfagang commented Jan 8, 2018

I am try to implement the same inference process as Faster-RCNN for R-FCN methods. Currently, I'm not able to know what the sample-faster-rcnn roi fusing layer which is the main plugin of whole process doing.
Does there any doc to tutor that? Or I just want to know how to get the middle inference output so that we can write the logic in CPU, and concat it with GPU stream.

wbuchwalter
wbuchwalter commented Oct 24, 2018

Feature motivation

If I want to create a new chart in an experiment group, I have to individually select all experiments that I want to see. Very often I want to see all the experiments, and if I have more than a handful of experiments this becomes a bit painful.

Feature description

Add a Add all button to add all experiments to the chart in one click.

Improve this page

Add a description, image, and links to the caffe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the caffe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.