Hao Phu Phan

Results 4 issues of Hao Phu Phan

[armeabi-v7a] Compile++ arm : tensorflow_demo push_back(value); ^ jni/./tensorflow_jni.cc:322:27: error: base operand of '->' has non-pointer type 'std::vector' std::reverse(top_results->begin(), top_results->end()); ^ jni/./tensorflow_jni.cc:322:49: error: base operand of '->' has non-pointer type 'std::vector'...

Hi, could you please provide the instruction to load the provided checkpoint? I want to inference the model for image embeddings. I have tried as below but it’s wrong: ```...