37 questions
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'm thinking of classifying two classes at keras on CNN.Here's the code.import randomimport pandas aspdfrom pandas import Series, DataFrameimport numpy as npimport matplotlib.pyplot aspltimport kerasf...
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...
I'm trying to touch Keras.I have an image of what I want to do, but I don't know which keyword to search on Google.How do I create a program that:I don't know how to look it up on Google, so I asked y...
Hello!I have a question while studying CNN through KerasThe result of the prediction calculation for the model isarray([[6.527474e-05, 5.269228e-05, 9.998820e-01]], dtype=float32)How do I output the r...
Hello, I'm machine learning and coding New B ;;;Work hard...I'm studying hard with bad hair. I'm leaving a question because it's so difficult and agonizing.I have time series data. It's ammonia time s...
model.fit(TrainX, TrainY, batch_size=30, epochs=3, verbose=1)model.save(models.h5)error :File /usr/local/lib/python3.7/site-packages/h5py/_hl/group.py, line 143, in create_dataset if '/' in name:Type...
« | - 4 - |
© 2024 OneMinuteCode. All rights reserved.