HyunSukLee

Results 6 comments of HyunSukLee

I have the same error How to fix ``` Command failed: /home/lee_ubuntu/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager --sdk_root=/home/lee_ubuntu/.buildozer/android/platform/android-sdk platform-tools ``` this error? ``` # Check configuration tokens # Ensure build layout # Check configuration tokens...

> > found at /usr/lib/jvm/java-17-openjdk/bin/javac > > and > > > found at /usr/lib/jvm/java-11-openjdk-amd64/bin/javac > > The install instructions https://github.com/kivy/buildozer/blob/master/docs/source/installation.rst#android-on-ubuntu-2004-64bit say openjdk13 ; openjdk17 will not work, I don't think...

encode 할 때 **truncate** 하려면 어떻게 해야하나요?? [kobart-transformers](https://github.com/hyunwoongko/kobart-transformers)의 `kobart_tokenizer(["한국어", "BART 모델을", "소개합니다."], truncation=True, padding=True)`에서처럼 `truncation=True`를 붙이는건가 하고 실험삼아 ``` raw_input_ids = tokenizer.encode(text, truncation=True) ``` 를 해봤는데 역시나 `raw_input_ids`의 길이가 truncation을...

Hello, I have simillar error with you. How did you fix it? Would you help me? ``` In file included from /mnt/c/Users/user/Documents/Python_Scripts/kivy_appliciation/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/application/src/start.c:3: /mnt/c/Users/user/Documents/Python_Scripts/kivy_appliciation/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/Python.h:8:10: fatal error: 'pyconfig.h' file not found #include...