Questions tagged as 'tensorflow'

1
answer

How to extract the classes found in a real-time capture of object detction with the APi of tensorflow?

Good day, what I want to achieve is to extract in real time the labels of the objects detected in the videocamera to be able to store them in a txt or xml or json. Does anyone have an idea of how I can do it? I'm using python 3.6 with the...
asked by 10.08.2018 / 16:29
0
answers

How to save model in ML Engine to train?

I am trying to upload a model to ML Engine to train it once it is deployed here, what I want is to be able to train it and then do perditions, all from ML Engine. I am using Python as a language, I have already managed to create my model with...
asked by 29.06.2018 / 10:22
0
answers

Problem with Tensorflow API

I'm starting in this world of using the Tensorflow api, so these days I tried to try several demos, among them is to make the object detection in real time with webcam, the truth is not me has worked, try other ways, but now this API is...
asked by 04.06.2018 / 22:25
1
answer

because I have this error in Tensorflow?

import tensorflow as tf import numpy as np # Dataset x_data = np.array([[1.,0.,2], [0.,1.,3], [1.,0.,2], [1.,1.,4]]) y_data = np.array([[3.], [0.], [1.], [2.]]) # Hyperparamters n_input = 3 n_hidden = 10 n_output = 1 lr = 0.01 epochs = 10000 di...
asked by 13.05.2018 / 19:52
0
answers

Is Tensorflow not compatible with all PCs?

I feel like I'm dealing with an internal TensorFlow error. I am trying to replicate the convoluted neuronal network developed by David Shahrestani for the Kaggle classification competition for toxic comments. Clonolo on Github here . I hav...
asked by 12.03.2018 / 19:03
0
answers

error generating tensorflow model

When I run the data / download.py I have no problem but then when I run the code to make the model I get this error: Traceback (most recent call last): File "\Python\deep_speech\deep_speech.py", line 404, in <module> app.run(main)...
asked by 20.12.2018 / 01:18