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