yhhhli / APoT_Quantization

PyTorch implementation for the APoT quantization (ICLR 2020)
258 stars 51 forks source link

about CIFAR10 part main.py resume function #16

Closed lxy21319 closed 3 years ago

lxy21319 commented 3 years ago

i found that maybe in CIFAR10 part main.py ,the resume function was not defined

yhhhli commented 3 years ago

hi,

sorry about this, for the resume function, you can directly use examples in other pytorch CIFAR examples. The model can be safely saved and loaded in the official pytorch function.

Thanks.

lxy21319 commented 3 years ago

Thanks a lot