Searched refs:count_params (Results 1 – 25 of 363) sorted by relevance
12345678910>>...15
69 def count_params(weights): function180 fields = [name + ' (' + cls_name + ')', output_shape, layer.count_params()]211 layer.count_params(), first_connection232 trainable_count = count_params(model._collected_trainable_weights)234 trainable_count = count_params(model.trainable_weights)236 non_trainable_count = count_params(model.non_trainable_weights)
133 name: "count_params"
132 name: "count_params"