BiBench icon indicating copy to clipboard operation
BiBench copied to clipboard

This project is the official implementation of our accepted ICML 2023 paper BiBench: Benchmarking and Analyzing Network Binarization.

Results 2 BiBench issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/htqin/BiBench/assets/61579702/fd78a427-bf08-4fe1-8af9-b809c7a69f02)

I ran train.py with a config file as below `python tools/train.py resnet18_bireal_adam_1e-3_cosinelr.py` but error like this come out `FileNotFoundError: data/pretrained/res18_cifar10.pth can not be found.` which means that I need a...