Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryujaehun/pytorch_imagnet

pytorch implementaton imagenet
https://github.com/ryujaehun/pytorch_imagnet

Last synced: about 2 months ago
JSON representation

pytorch implementaton imagenet

Awesome Lists containing this project

README

        

# pytorch_imagnet_converter
You can use imagenet in pytorch using the weights learned in other frameworks.
This is simply an attempt to weight quantization

If you want more complete control, you can use MMdnn.

## install

```
pip install mmdnn
pip install torch
pip install torchvision
```

## usage

```
python main.py --config config/mobilenet_v1_1.0.yaml -e
```

## references
[MMdnn](https://github.com/Microsoft/MMdnn)
[Xilinx/pytorch-quantization](https://github.com/Xilinx/pytorch-quantization)