tf.contrib.model_pruning.Pruning
tf.contrib.model_pruning.Pruning( spec=None, global_step=None, sparsity=None )
Args | |
---|---|
spec | Pruning spec as defined in pruning.proto |
global_step | A tensorflow variable that is used while setting up the sparsity function |
sparsity | A tensorflow scalar variable storing the sparsity |
Methods
add_pruning_summaries
add_pruning_summaries()
Adds summaries of weight sparsities and thresholds.
conditional_mask_update_op
conditional_mask_update_op()
mask_update_op
mask_update_op()
print_hparams
print_hparams()
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/model_pruning/Pruning