Numpy array as an input to model

前端 未结 0 1478
轻奢々
轻奢々 2021-01-20 17:43

I have a input to the model in the format [train[:, :, 0:count]] as shown below

n_step = 10
count = 8
def create_model():
    input = Input(shape         


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