Construct RNN with Functional API Problem

前端 未结 0 1012
灰色年华
灰色年华 2020-12-19 10:14

I tried to create functional API for construct RNN with my code as below:

import keras
from keras.layers import concatenate, Dense, Embedding

rnn_num_units =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题