Questions tagged as 'tensorflow'

1
answer

Prediction with Neural Networks TensorFlow

Hello, I'm having trouble implementing a neural network. My problem is that I can only implement it with an 'X' attribute I need help in this code for example, how do I put two input attributes? In the case of this code only has the attribu...
asked by 21.08.2017 / 23:14
0
answers

Tensorflow - Which best model to carry out the training of real notes?

I am developing a college project to perform the recognition of the notes through the TensorFlow, but the big problem is that the notes of the real have a lot of similarity between them, especially in the back of the note, another problem is the...
asked by 02.05.2018 / 21:39
1
answer

Problem with arrays in Python 3.6

I started a short course on deep learning with Python, but I ended up having a problem with arrays ...   I usually pick up the class code and change it quite a bit before creating an original, but this time when I circled the code studied, it ga...
asked by 29.05.2018 / 23:16
0
answers

Python InvalidArgumentError: You must feed to value for placeholder tensor 'and' with dtype float and shape [?, 10]

Hello I'm using a CNN network for street view house numbers SVHN data. When I try to run my code below to generate a summary that can be read by the Tensorboard through graphics, the following error appears:    InvalidArgumentError: You mu...
asked by 21.05.2018 / 13:31
1
answer

Training of images in the tensorflow

Good evening! I'm trying to build a neural network in python using tensorflow and its other libraries, my doubt and, I have 4 classes and I need to do a training of them I have many images for each class, I need to use neural network CNN I un...
asked by 21.03.2018 / 01:43
0
answers

Imagination-augmented in practice

I'm giving a researched on Imagination-augmented, would you like to understand in practice how to do this using TensorFlow? I would like to know the recommended functions to work this way, and the logic itself.     
asked by 18.10.2017 / 20:27
1
answer

Error when implementing TensorFlow in React Native

Save! I'm trying to implement the TensorFlow library in my React Native application, based on ese e in this tutorials. But I can not even run the project, getting the following error:    Unable to resolve module ../assets/graph.pb...
asked by 30.10.2018 / 17:03
0
answers

Image manipulation for prediction in tensorflowjs

I'm developing a project where an app should send an image (base64) to the server and do the recognition of the number entered. I'm using MNIST data for training and Tensorflow.js on NodeJS, but I'm having difficulty pre-processing the image bef...
asked by 06.10.2018 / 21:06
0
answers

Training Dataset on Amazon S3

I'm building an image / object classifier with TensorFlow. It works perfectly, however I want to build the database using Amazon S3. I would like to know how to set image_dir to train my images using S3. In this case, when I test with loca...
asked by 14.02.2018 / 13:42
1
answer

How to fix ipykernel_launcher.py: error: unrecognized arguments no jupyter?

I'm following this tutorial of tensorflow after two days preparing the environment in Anaconda I finally managed to execute premade_estimator.py using cmd ButwhenItrytorunthesamecodeinjupyter,Igetthiserror:usage:ipykernel_launcher.p...
asked by 14.02.2018 / 22:15