-
Download source code and dataset:
git clone https://github.com/CZY-Code/CP-Pruner.git- Download the datasets
-
Pip install dependencies:
- OS: Ubuntu 20.04.6
- nvidia :
- cuda: 12.1
- cudnn: 8.5.0
- python == 3.9.18
- pytorch >= 2.1.0
- Python packages:
pip install -r requirements.txt
Unzip and move dataset into ROOT/dataset or ROOT/data
├── data
│ ├── misc
│ ├── MSIs
| ├── Videos
| dc.tif
| PaviaU.mat
├── dataset
│ ├── bunny
│ ├── shapeNet
- Inpainting:
./Inpainting.sh - Denoising:
./Denoising.sh - Upsampling
./Upsampling.sh
This implementation is based on / inspired by: