how should I use leakyrelu and weightnorml together?

前端 未结 0 1806
北荒
北荒 2020-12-18 05:29

the initial code is as following. How should change the activation to use leakyrelu?

model = tf.keras.models.Sequential([
    L.InputLayer(input_shape=shape),         


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