There is a broken tutorial https://github.com/apache/incubator-tvm/blob/master/vta/tutorials/frontend/deploy_vision_on_vta.py which was caused by quantization changes that need to be fixed.
Originally the quantize pass won't produce multiply if the scale is power2, and it is a hard requirement for VTA because vta does not have multiplier. seems the change https://github.com/apache/incubator-tvm/pull/4295 allows creation of model with mul. @vinx13 would be great if you can help look into the problem. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558878894