Neural Network loss is significantly changing for same set of weights - Keras

后端 未结 0 1994
囚心锁ツ
囚心锁ツ 2020-12-08 15:25
model = keras.Sequential([
layers.Dense(10, activation = \'relu\', weights=[zero_weights, zero_bias]),  
layers.Dense(24, activation = \'relu\', weights=[one_weights         


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