keras tag

37 questions


1 answers
68 views
0
About Padding DCGAN Implementation

I am currently trying to implement DCGAN in keras, but at the beginning of the generator (1024, 4, 4), the kernel of the size (1, 1) is inverted to (512, 8, 8) at stride 5, right?I'm thinking of using...


1 answers
53 views
0
I defined the Generator for learning data in keras, but 'on_epoch_end()' is not called the way I want it to.

You have defined the Generator for learning data in keras, but on_epoch_end() is not invoked at the end of each epoch.What should I do?Thank you for your cooperation. from pathlib import Pathimport pa...

1 years ago

1 answers
112 views
0
Related files are also present in directories not installed in Anaconda

I installed Anaconda in a directory called E: ¥anaconda3.Navigator and prompt were saved in that directory, but the following files that might be related were saved under C: ousers 。.conda.continuum.i...


1 answers
107 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
66 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
84 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...


1 answers
99 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
66 views
0
About the number of layers of deep learning

In deep learning and metastatic learning, does the deeper the layer, the higher the prediction accuracy in principle?Currently, we are fine tuning using keras' vgg16, but the accuracy is higher when w...


1 answers
70 views
0
Cifar 10 Image Recognition by CNN3 Using Keras

I'm a beginner at Keras.In order to understand CNN, I am trying to create a model in Keras and output the recognition accuracy of the model based on cifar10 data.I am having trouble knowing the cause ...

1 years ago

1 answers
103 views
0
About the deviation when learning sin waves in machine learning

I am a beginner in machine learning.In order to predict sin waves through machine learning, I organized a program by referring to the website below.https://www.ai-lab.app/169/As a development, I wante...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.