Open DavidGOrtega opened 6 years ago
Thanks for reporting. I implemented a patch and your script runs without error. https://github.com/mil-tokyo/webdnn/tree/issue863 Please try it (I cannot confirm the converted works well).
Thanks! I will tell you
Works! However the returned type seems to be Int32Array while I was expecting Float32Array, It's that right? Is there any option to enforce it?
Also, there are some backends that can not be generated, like webgpu, and assembly but I think you already know that.
In my environment, graph descriptor for all backend can be generated. For webassembly, emscripten have to be set up. https://mil-tokyo.github.io/webdnn/docs/tutorial/setup.html#installing-emscripten-and-eigen
Where did you get Int32Array? Arrays are Float32 in default, unless explicitly specified. https://github.com/mil-tokyo/webdnn/blob/91369e4f0e1b81e86c13ad1ebbd499af65014059/src/descriptor_runner/image/image_array.ts#L76
Hi,
Im trying to convert a Tensorflow pb file for testing purposes. The model is inception_v3_2016_08_28_frozen.pb that can be found here:
https://www.tensorflow.org/tutorials/image_recognition