'I have a tensorflow .pb file and I would like to clip the value of the weights in the file to see what effect it may have on my accuracy
I have a tensorflow .pb file and I would like to clip the value of the weights in the file to see what effect it may have on my accuracy. I want to see what precision I need before it starts effecting the accuracy. Is there a way to go to each layer and say I only want 8 bits of this weight value or can I have it make all layers 8 bits? Then can I save the model and re-run my test.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
