chenjun

Results 56 comments of chenjun

and i am confused about the 2D example, the label texts don't have a fixed order. if so, how to solve the 1D problem. waiting your reply.

@MichalBusta ,i get it, but i want know the theory. could you give some links for explaining this. thanks.

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

the same problem when training.

the download link:[https://drive.google.com/open?id=1iAchJ8EmAExkl9o1qKfIbwZsSO3mMM78](https://drive.google.com/open?id=1iAchJ8EmAExkl9o1qKfIbwZsSO3mMM78)

参数是按hugging face demo中的设置的。hugging face app.py下载下来跑还是和hugging face上的不一样。。。

今天重新编译,再push上去测试了一下。流程可以走通,只是速度很慢。这里把编译命令贴这里: ``` mkdir build-android && cd build-android cmake -H.. -B. \ -DBUILD_SHARED_LIBS=off -DGGML_QNN_ENABLE_CPU_BACKEND=on -DGGML_OPENMP=off \ -DANDROID_ABI="arm64-v8a" \ -DANDROID_PLATFORM=android-31 \ -DANDROID_NDK=$ANDROID_NDK_ROOT \ -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake -DGGML_QNN=on \ -DGGML_QNN_SDK_PATH="$QNN_SDK_ROOT" \ -DCMAKE_BUILD_TYPE=Release cmake --build ....