sparse model
I have a large PyTorch model that I pruned using unstructured methods to decrease its size. The model size can only decrease if I filter out the zeros and save the model in a sparse format.However, my problem is that ONNX doesn't support the sparse f...