Emmanuel Benazera

Results 50 issues of Emmanuel Benazera

mllib:simsearch
mllib:tensorrt
process:ready-to-review
ci:docker
conflict

This PR adds Vulkan support to DeepDetect for Apple ARM M1 with NCNN. At the moment: - PR relies on #1103 - Vulkan support is Apple ARM M1 only, will...

datatype:images
kind:GPU
mllib:NCNN
conflict

Otherwise the build error is as follows: ``` deepdetect/build/tensorrt-oss/src/tensorrt-oss/samples/common/sampleDevice.h:189:56: error: ‘cudaStreamCaptureModeGlobal’ was not declared in this scope cudaCheck(cudaStreamBeginCapture(stream.get(), cudaStreamCaptureModeGlobal)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ deepdetect/build/tensorrt-oss/src/tensorrt-oss/samples/common/sampleDevice.h:189:56: note: suggested alternative: ‘cudaStreamCaptureStatusNone’ cudaCheck(cudaStreamBeginCapture(stream.get(), cudaStreamCaptureModeGlobal)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cudaStreamCaptureStatusNone ```...

build:compilation

This is tested on RTX 2080ti, `fp16` works, `int8` fails with the error below: ``` [error] Parameter check failed at: ../builder/Network.cpp::addScale::433, condition: scale.type == shift.type && shift.type == power.type error...

mllib:tensorrt

Ability to call `POST /predict` for images: - in classification, returns the classes - for object detection, returns the objects, classes + ability to screen the image with bounding boxes...

client:js

PR #706 greatly improved the docker images. However, we need a second pass to clean up / reorganize some elements. See the list below: - the `build` dir is often...

build:compilation

RNN + LSTM support now merged into Caffe, https://github.com/BVLC/caffe/pull/3948. This paves the way for robust integration within dd.

type:enhancement
kind:neural net
kind:API
kind:connectors
mllib:caffe

See code and models here: https://github.com/tensorflow/models/tree/master/syntaxnet Input should be sentence and output a tree with predicted elements.

type:enhancement
kind:model
mllib:tensorflow

Tensorflow running call conflicts on Cuda initialization context with that of other libraries, see: - https://github.com/tensorflow/tensorflow/issues/916 - https://github.com/tensorflow/tensorflow/issues/2210 - https://github.com/mosessoh/CNN-LSTM-Caption-Generator/issues/2 - https://github.com/mdeff/cnn_graph/issues/1 Tensorflow devs indicate that there's no solving of...

type:wontfix
kind:GPU
mllib:tensorflow