tensorflow tag

91 questions


1 answers
47 views
0
Please tell me more about placeholder and session deprecated in tensorflow 2.0

I didn't understand the functions of placeholder and session even though I looked at various sites, so I don't know how to write the code directly in tensorflow 2.0.I would like you to tell me not onl...

1 years ago

1 answers
43 views
0
Commands for Generating Mini-Batch for Tensorflow Learning

I'm trying to create a multilayer NN for tensorflow, but I've looked it up a lot, but I don't know the command to generate a mini-batch from the original data.For example Could you tell me the command...

1 years ago

1 answers
56 views
0
Error when using tensor flow grayscale conversion in certain images

When I tried to write a program that reads and processes images from Google Drive, an error occurred in a specific image.I was able to process other images without any problems, but when I run them wi...


1 answers
47 views
0
module'tensorflow'has no attribute'placeholder'

I'm a beginner at python, but I can't get rid of the error.The code is import tensorflow as tfa = tf.constant (3.0, tf.float32)b = tf.constant (2.0, tf.float32)x = tf.placeholder(tf.float32)y = a * x ...

1 years ago

1 answers
47 views
0
Sensorflow object detection API Transition learning causes OOM

I'm a beginner in machine learning.I would like to use the tensorflow object detection API for my own data transfer learning.Learning as a proprietary datasetTake about 100 800x600 images with the cam...

1 years ago

1 answers
42 views
0
I can't use both class and saver.save in tensorflow.

I'm a beginner.Introduction to Deep Learning with TensorFlowI'm studying with a book calledIf you fiddle with the textbook code a little bit, define the class in Tensorflow and use saver.save, it does...

1 years ago

1 answers
59 views
0
Understanding Python Tensorflow-gpu Processor Multiple Specifications

Python introduces Tensorflow-gpu and would like to compute simultaneously with multiple GPUs.keras.utils.training_utilsof multi_gpu_model(model,gpus=gpu_count)Verified that multiple GPUs can be calcul...


1 answers
67 views
0
Unable to import TFlearn in python.

I installed TFlearn according to the book First TensorFlow on my Macbook, but when I try to import it in python, the following display appears.Please let me know how to solve this problem.Thank you fo...


1 answers
58 views
0
Cannot load Tensorflow module

I'm a Python beginner.I would like to ask an expert to tell me something.Command Prompt for anaconda Virtual Environment conda install tensorflowEnter to install tensorflow.import tensorflow as tfI be...

1 years ago

1 answers
94 views
0
image data set resize

I'd like to resize the numpy image data set.Specifically, I would like to resize the image data set with the shape of the numpy array (2000, 512, 512, 3) to the numpy array (2000, 256, 256, 3). ( 5512...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.