Hi, I would like to know if there's some options to run a pre-trained network in order to predict a value with fixed point weights. Because of some hardware environment constraints I have to run the entire network as fast as I can.
Using other libraries (for example, FANN) when I save the network to file I could choose wheter to save with float weights or fixed. There's something like this also with tiny-dnn?
Hi, I would like to know if there's some options to run a pre-trained network in order to predict a value with fixed point weights. Because of some hardware environment constraints I have to run the entire network as fast as I can. Using other libraries (for example, FANN) when I save the network to file I could choose wheter to save with float weights or fixed. There's something like this also with tiny-dnn?
Thanks in advance.