tensorflow tag

91 questions


2 answers
136 views
0
Slow GPU, underutilized in tensorflow 2.1

I'm learning my own game using pygame in python on windows with GPU, but it's not as fast as I thought, and when I look at GPU utilization in Task Manager, I don't know if it's used properly at 3-5% a...

1 years ago

1 answers
110 views
0
CLASSIFICATION PROBABILITY AND DATA OUTPUT METHOD

I am a university student studying machine learning.I am writing a two-class classification program using python, tensorflow, and keras.The classification probability can be model.predict, but I don't...


1 answers
67 views
0
Number of input channels does not match correcting dimension of filter error in Tensorflow

I'm writing a program on Tensorflow.number of input channels does not match corresponding dimension of filter, 2!=11 The error appears.The program is attached below.def make_test(self): inputs=Input(s...

1 years ago

1 answers
39 views
0
Understanding Using TensorFlow to Determine Objects

I have a question about identifying objects using TensorFlow.What you want to do: Create a program that determines whether you are a dog or a cat with TensorFlowProblem: If you let them determine whic...

1 years ago

2 answers
35 views
0
Tensorflow MNIST Tutorial (About Batch Processing)

I'm a beginner at Tensorflow.While I was doing the MNIST tutorial, I was using the following code for batch processing. for_in range (1000):... batch_xs, batch_ys = [data.spectral, data.labels], batch...

1 years ago

1 answers
35 views
0
I gave it to the placeholder of tensorflow, but if the shape is different, I get scolded.

MNIST handwritten character recognition with two layers of NNHere's the code: gistIf you run summary_op in the 12th Cell if, the error will fail.Is the shape of x(name=input_x) strange?That seems to b...

1 years ago

1 answers
85 views
0
About h5py ImportError

The following error occurred when I ran v3.py for deep-learning-models of learned models:Using TensorFlow backend.Traceback (most recent call last):File acception_v3.py, line 400, in<module>mode...


2 answers
36 views
0
About TensorFlow

About Python print and Tensorflow tutorialsI am doing MNIST at the beginning of the Tensor flow tutorial.Among them, I would like to see the contents of x, y, weight and bias b, W.That's why >>p...

1 years ago

1 answers
100 views
0
Understanding Batch of SGD in Tensorflow.keras

There is no batch size in the SGD argument, how should I specify it?optimizer=SGD(learning_rate=0.02)I checked the contents of the SGD code, but it seemed that there was no part that changed the Batch...

1 years ago

1 answers
38 views
0
As a result of upgrading the sensor flow version, the checkpoint file format has been changed.

The output format of the tensorflow learning model has changed from the previous one.Only model.ckpt was model.ckpt-1111.data-00000-of-000001,model.ckpt-1111.index,model.ckpt-1111.metaI am having a ha...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.