Closed arsenezhang closed 2 years ago
hi, some parameters are not included,this is due to the keras summary calculation logic.
hi, some parameters are not included,this is due to the keras summary calculation logic.
thanks for reply. so the parameters in gru and attention layer is trained or not ?
They are all trained
They are all trained
OK, thanks~
Hello, I am running you baseline train_dien.py add ` names = [weight.name for layer in model.layers for weight in layer.weights] weights = model.get_weights()
to print variable in model and get
why there is no parameter for gru and attention layer? I user model.summary() also show no parameter for these two layer.