Unofficial implementation of "Prune and Tune Ensembles: Low-Cost Ensemble Learning With Sparse Independent Subnetworks" AAAI 2022
# Tested on RTX3090TI
python prune.py
The weight/bias of chlid1 and child2 using unstructured pruning will be printed.
Unofficial implementation of "Prune and Tune Ensembles: Low-Cost Ensemble Learning With Sparse Independent Subnetworks" AAAI 2022
Python