Closed pgadosey closed 7 years ago
Hi, I have a modified vgg16 model. How do I specify that in the type flag for quantize.py given that I have my own path where my model is located.
Sorry for that maybe you need to modify quantize.py. To load your model and dataset, following the code from line 48 to line 94 in quantize.py
okay, got it. thank you
Hi, I have a modified vgg16 model. How do I specify that in the type flag for quantize.py given that I have my own path where my model is located.