简体   繁体   中英

How to quantize my tensorflow model without using bazel ?

I am trying to quantize my tensorflow trained graph (.pb file) and following these instructions in the TF tutorial . But they are using bezel commands to build it . Is there any way where I can run this as a normal python script ?

It's designed to be run through Bazel. It's possible you could manually compile all the protos, add __init__.py files in the directories, and create any generated files, but it'll probably be a lot easier to just download the Bazel binary for your system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM