emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
https://www.emgu.com/wiki/index.php/Emgu_TF
Other
214 stars 43 forks source link

x86 and x64 support on Windows? #65

Closed dbruning closed 2 years ago

dbruning commented 3 years ago

It's not clear whether 32-bit apps (x86) are supported on Windows.

35 says "Tensorflow only support 64-bit on Windows. It cannot be compiled into 32bit binary (for windows)."

16 (older issue) says "The native binary is not checked into the Git repo. You will need to build it using the script at "platforms\windows\build_tf_x86_64.bat"."

... and those build scripts seem at first glance to support x86.

Can you clarify support for x86 please?

emgucv commented 3 years ago

Tensorflow do not support x86 on Windows. Only x64 is supported. For detail, you can track this tensorflow ticket here: https://github.com/tensorflow/tensorflow/issues/32315

dbruning commented 3 years ago

Great, thanks for that clarification. Does the same apply to TF Lite?

emgucv commented 3 years ago

Correct. For Windows, TF Lite only support x64, it do not support x86.

emgucv commented 2 years ago

Closing ticket now.