$ git clone https://github.com/Yusuke-Ikezaki/Quantized-CapsNet.git
$ cd Quantized-CapsNet
$ python download_data.py
$ python main.py
$ python main.py --is_training=False --bits=4
Epoch: 50
Batch size: 100
Bit | Accuracy |
---|---|
32 | 0.9945 |
8 | 0.9945 |
7 | 0.9946 |
6 | 0.9945 |
5 | 0.9945 |
4 | 0.9943 |
3 | 0.9931 |
2 | 0.9865 |
1 | 0.6376 |
Bit | Accuracy |
---|---|
32 | 0.9945 |
8 | 0.9945 |
7 | 0.9946 |
6 | 0.9947 |
5 | 0.9947 |
4 | 0.9947 |
3 | 0.9928 |
2 | 0.9917 |
1 | 0.6205 |
Coming soon