yhhhli / APoT_Quantization

PyTorch implementation for the APoT quantization (ICLR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about CIFAR10 part main.py resume function

lxy21319 opened this issue · comments

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

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.

Thanks a lot