model_compression icon indicating copy to clipboard operation
model_compression copied to clipboard

PyTorch Model Compression

Results 5 model_compression issues
Sort by recently updated
recently updated
newest added

안녕하세요, 제공해주신 코드 및 방법으로 pytorch에서 훈련을 마친 pth파일에 적용시킬 수 있는 방법이 있는지 궁금합니다.

How to perform quantitative compression on your own model??????

I added an option for testing pruned model. Example: ```bash python prune.py --resume {resume_dir_name} --test-weight {resume_dir_name/x_xx_xx_pruned/xx_xx_xx.pth.tar} ```

enhancement

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Bumps [onnx](https://github.com/onnx/onnx) from 1.10.1 to 1.13.0. Release notes Sourced from onnx's releases. v1.13.0 ONNX v1.13.0 is now available with exciting new features! We would like to thank everyone who contributed...

dependencies