91 questions
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
« | - 4 - | » |
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
578 Understanding How to Configure Google API Key
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.