tensorflow tag

91 questions


1 answers
248 views
0
I want to learn only 1 and 2 data from MNIST data of handwritten numbers.

The default image data set for handwritten numbers is 1 to 10.I would like to take out only 1 and 2 of them so that I can only categorize 1 and 2.We followed the steps below.·Take out image data and l...


1 answers
276 views
0
Interpreting -> AllocateTensors() on Spresense and TFlite fails

I'm trying to implement the encoder side of the convolutional autoencoder in the spresense using the spresense and Tensorflowlite.The bad status is returned when you assign a tensor in interpreter->...

1 years ago

1 answers
515 views
0
Unable to install versioned in Google Colab

I want to install tensorflow (version 1.13.1) on Google Colab, but I can't use the code below.I was able to install it with this until yesterday, but suddenly I can't.!pip install tensorflow==1.13.1Th...


1 answers
438 views
0
I cannot install the version specified in Google Colab.

I'd like to install tensorflow (version 1.13.1) on Google Colab, but I can't use the code below.I was able to install it with this until yesterday, but suddenly I can't.!pip install tensorflow==1.13.1...


1 answers
281 views
0
Understanding TensorFlow Tutorial Codes

I'm looking at the TensorFlow tutorial, so please tell me what the following part means and whether it's a mistake.https://www.tensorflow.org/tutorials/quickstart/beginner?hl=japredictions=model(x_tra...

1 years ago

1 answers
414 views
0
Using python tensorflow to Load Files Saved in tf Format

I am currently doing deep learning using python tensorflow.I saved the weight I learned in training dataset in tf format, but I can't take it out.I'd like to ask for your advice.First, I will explain ...

1 years ago

3 answers
319 views
0
Does the result of machine learning with Tensorflow depend on PC specifications?

We are currently conducting research on reinforcement learning in machine learning at school.So, I would like to ask you one question: Is the result of reinforcement learning dependent on the specific...

1 years ago

1 answers
73 views
0
What is the appropriate version to study Tensorflow now?

I just started studying machine learning at Tensorflow.Looking through several sites, it seems that there are a lot of problems caused by the wrong version of Tensorflow.Also, I was told that version ...

1 years ago

1 answers
104 views
0
Cannot tensorflow import

I installed tensorflow with pip, but I can't import it due to the error below, what should I do?Traceback (most recent call last): File C:\Users\sugi\Anaconda3\envs\tf140\lib\site-packages\tensorflow_...

1 years ago

1 answers
92 views
0
AttributeError: module 'numpy' has no attribute 'bool_'

Virtualbox Ubuntu In Python Interactive Modeimport tensorflowI typed AttributeError: module 'numpy' has no attribute 'bool_'The error appears.When I entered import numpy, there was no error.Please let...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.