An open API service indexing awesome lists of open source software.

https://github.com/uchuhimo/pruning


https://github.com/uchuhimo/pruning

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Create a virtual environment

```bash
conda env create -f environment.yml
source activate pruning
```

### Run

```
python download_model.py
python pruning.py
```