How to train a neural network twice without re-initialize the model?

前端 未结 0 885
挽巷
挽巷 2021-01-13 06:30

let\'s say I have this model:

def mask_layer(tensor):
return layers.Multiply()([tensor, tf.ones([1, 128])])


def get_model():

inp_1 = keras.Input(shape=(64,         


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