peters-stuff
peters-stuff copied to clipboard
How to save and load fp16 pb files
Thanks for your code, peterneher. I have run the caffe2 code on my machine. I create float16 net. but after save it to pb, and then load blobs, I watch that blobs weight values changes to float32 type. How can I save it in float16 type ?
Hi all,
do you know maybe how can I solve the following issue that arise when loading the saved model?
Traceback (most recent call last):
File "D:/Yeverino/Python_scripts/peter_example.py", line 140, in
I verified that files init_net.pb and predict_net.pb were stored in the specified path.
Thanks in advance.