91 questions
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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.