Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged keras

0 votes
648 views
1 answer
    I have been trying to obtaining a vector representation of a sequence of vectors using an LSTM autoencoder so ... ignore the other timesteps? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
837 views
1 answer
    I would like to set the weights of a Convolution2D layer: conv = Convolution2D(conv_out_size, window_size, ... what this exactly means. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I want to remove the last layer of 'faster_rcnn_nas_lowproposals_coco' model which downloaded from https://github.com/ ... Model zoo by Keras? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    hi I am building a image classifier for one-class classification in which i've used autoencoder while running this ... ='/tmp/autoencoder')]) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    I am trying to freeze the free trained VGG16's layers ('conv_base' below) and add new layers on top of them for ... is not. np.equal(ret1, ret2) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    Ideally what I want is to record the CPU usage of a Python script that is executing a deep neural net Keras ... CPU usage in that regard. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    How do I create a VGG-16 sequence for my data? The data has the following : model = Sequential() model.add( ... I change Dense to make it work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
520 views
1 answer
    I want to predict certain values that are weekly predictable (low SNR). I need to predict the whole time ... shape than the training data. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
501 views
1 answer
    I have aldready spent a considerable of time digging around on stack overflow and else looking for the answer ... appreciated! Thank you. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    I am trying to create a simple deep-learning based model to predict y=x**2 But looks like deep learning ... the sample space of training data. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...