Skip to content
Snippets Groups Projects
Commit e6fb9cbd authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed a problem with quantization

parent eb945dfd
No related branches found
No related tags found
No related merge requests found
Subproject commit 30c50f368d219efa87d927c0ad0a563bcfa29f0a
Subproject commit e369794020902decaf50739cd25e8f7250f0d720
......@@ -13,8 +13,6 @@ from distiller.quantization import PostTrainLinearQuantizer
from torch import nn
from torch.utils.data import DataLoader
from .datasets import CIFAR
PathLike = Union[str, Path]
STATS_FILENAME = "acts_quantization_stats.yaml"
QUANT_FILENAME = "layer_quant_params.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment