What should tf.dataset.map return with multiple outputs?

后端 未结 0 1577
没有蜡笔的小新
没有蜡笔的小新 2021-02-11 07:20

I have a model with 2 outputs:

...
x = Dense(2622, activation=\'relu\')(x)

output1 = Dense(1, activation=\'linear\', name=\'output1\')(x)
output2 = Dense(1, acti         


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