Skip to content
#

Tensorflow

tensorflow logo

TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.

Here are 15,114 public repositories matching this topic...

ravwojdyla
ravwojdyla commented May 15, 2018

System information

  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no.
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): osx 10.11.6
  • TensorFlow installed from (source or binary): binary
  • TensorFlow version (use command below): 1.8
  • Python version: NA
  • Bazel version (if compiling from source): NA
  • **
mogeid
mogeid commented May 30, 2018

The default value of said parameter is None. As I understand it, this will result in the Lambda layer's discarding of the previous mask. From the source code of the Lambda layer, the mask parameter may or may not be a callable. In the latter case, it takes parameters mask and inputs, but I do not understand how such a callable would behave or what it would yield. It would be great to have at

enecumene
enecumene commented Jan 15, 2019

Hi, i testing face-api.js and trying loading a local image for make face similarity and is throw me "Blob is not defined" in my nodeJS application, here the function where i try computing descriptors:

face.env.monkeyPatch({ fetch, Blob });

const threshold = 0.6;
var descriptors = { desc1: null, desc2: null };

function computarDescriptor(aDesc, aUri) {
  // ~statics/pics/001_tmp.jpg
KMFidom
KMFidom commented Apr 8, 2019

Keep getting this error when deploying kubeflow. I have made id anonymous by replacing my project ID with these words.

kubeflow: {"ResourceType":"container.v1.cluster","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"message":"Project "PROJECT_ID" has no network named "default".","status":"INVALID_ARGUMENT","statusMessage":"Bad Request","requestPath":"https://container.googleap

Created by Google Brain Team

Released November 9, 2015

Organization
tensorflow
Website
www.tensorflow.org
Wikipedia
Wikipedia

Related Topics

deep-learning dataset machine-learning
You can’t perform that action at this time.