bojeck
bojeck
Today I've run ArmNN's Delegate unit tests to verify if my build is correct. Some of them are failing: ``` ./DelegateUnitTests --test-suite='*CpuRef*' [doctest] doctest version is "2.4.6" [doctest] run with...
I'll check at the beginning of next week if: - the issue persists with 2.7 and CpuAcc on ARM - switching to 2.5 indeed solves it for my model I...
Interesting: using still TFLite 2.7, armv7 Android, CpuAcc gets confused about StridedSlice: ``` ERROR: Operator SIN [66] is not supported by armnn_delegate. ERROR: Operator LOG [73] is not supported by...
Results from x86_64 desktop CpuRef and TFLite 2.5: - output from my neural network is still gibberish - there are many many more tests failing, but for different reason (immutable...
> Interesting: using still TFLite 2.7, armv7 Android, CpuAcc gets confused about StridedSlice: I moved StridedSlice issue on arm to https://github.com/ARM-software/armnn/issues/663, as it's not related
Are you using TFLite 2.5? @MikeJKelly recently pointed out in my issue (https://github.com/ARM-software/armnn/issues/656) that 2.7 introduces some errors in ArmNN (x86_64 for sure) which need to be resolved.
Do you mean ArmNN's C++ API? AFAIK delegate way is the one currently supported, 'standalone' one is being depracated. You can use still use delegate mechanism within C++.
> @MrSherish Also, a naive question, what does AFAIK represent? AFAIK is a short for 'as far as i know' :)
I'm currently working with a platform that also allows only those kinds of schemes. Is it even possible to achieve on iOS?
I am currently using webview aswell, but flutter_web_auth would be much cleaner and standard way to go.