keras tag

37 questions


1 answers
62 views
0
Understanding Python Tensorflow-gpu Processor Multiple Specifications

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


1 answers
133 views
0
Input and target (teacher) sequences do not match on keras CNN

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


1 answers
99 views
0
image data set resize

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


1 answers
95 views
0
generate random numbers with biased probabilities in keras

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

2 years ago

1 answers
82 views
0
I have a question about the result value of keras cnnpredict

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

2 years ago

1 answers
89 views
0
What models are suitable for the series?(ARIMA, LSTM, etc.) (with summary picture)

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

2 years ago

1 answers
66 views
0
(ubuntu) Please help model.save error in keras

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.