PyTorch quantization aware training example for ResNet.
$ docker build -f docker/pytorch.Dockerfile --no-cache --tag=pytorch:1.8.1 .
$ docker run -it --rm --gpus device=0 --ipc=host -v $(pwd):/mnt pytorch:1.8.1
$ python cifar.py
PyTorch quantization aware training example for ResNet.
$ docker build -f docker/pytorch.Dockerfile --no-cache --tag=pytorch:1.8.1 .
$ docker run -it --rm --gpus device=0 --ipc=host -v $(pwd):/mnt pytorch:1.8.1
$ python cifar.py