pkgoogle
pkgoogle
Hi, Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current...
Hi @GuoHuanyu, I'm actually running into a different issue when I compile... I suspect our environments are not matching. Did you follow these steps https://www.tensorflow.org/install/source_windows for your environment? Did you...
Hi @GuoHuanyu, apologies for the frustration, while I look more into this -- have you tried building/progressing with WSL instead? Generally speaking that will be a smoother experience.
Hi @GuoHuanyu, another alternative if you need the tensorflow lite dll is building with cmake instead: https://www.tensorflow.org/lite/guide/build_cmake, let me know if that works for you or unblocks you. Thanks.
Hi @GuoHuanyu, if `bazel build -c opt //tensorflow/lite:tensorflowlite.dll` fits your needs, I would say just try it out and see if you run into any other issues. If you required...
Hi @j-dsouza-19, can you share the model.tflite file which produced this error? Feel free to make it smaller with only the ops which produced the error. Alternatively, one thing you...
Hi @vitalii-vorobiov, are you following the same steps as this issue? If not please let us know your reproducible steps. If your steps are different enough than that may be...
Hi @vitalii-vorobiov, can you please share your input models (perhaps a reduced one which replicates the issue still)? Thanks.
Hi @vitalii-vorobiov, what error are you reaching? Judging by your replication steps, you are testing against master? Here are my results: ``` bazel build -c opt --config=opt --cxxopt=--std=c++17 --fat_apk_cpu=arm64-v8a --define=android_dexmerger_tool=d8_dexmerger...
Hi @vitalii-vorobiov, we probably need to fix both but changing the source might make things unstable, we need to at least fix the original issue so I will say we...