Skip to content
#

image-classification

Here are 1,602 public repositories matching this topic...

beniz
beniz commented May 16, 2016

This is the placeholder for information regarding the building of deepdetect on Ubuntu 16.04 LTS (expected future reference platform).

Build status: successful, tested with Caffe back-end on CPU

Thanks to @MartinThoma the correct way of doing it is below:

$ sudo apt-get remove libcurlpp0
$ cd [wherever]
$ git clone https://github.com/jpbarrette/curlpp.git
$ cd curlpp
$ cmake .
$ s
yoheikikuta
yoheikikuta commented Aug 3, 2019

Hi.

I wanna understand the embeddings of the USE model in detail; where should I get the info?

For example, ELMo's embeddings are described on https://tfhub.dev/google/elmo/2.
But, in the case of USE, there is only a description the output is a 512 dimensional vector on https://tfhub.dev/google/universal-sentence-encoder/2.
From where is the output coming?

I could find the output is

You can’t perform that action at this time.