Jang Jiseob

Results 48 comments of Jang Jiseob

I've heard from @ejjeong that we can consider using the model below. https://github.sec.samsung.net/AIP/NPU_Compiler/blob/8b4825a9a83826b79ec75ece8fc40ff1716b7ff3/res/Collab/Issue/13310/caption_image.ptmex#L45 It is a model that has already been proven to run after unrolling. However there are two...

I made a tvn file of the model in https://github.com/Samsung/ONE/issues/8747#issuecomment-1260829755 and tried to run it manually. It works well. [model_body.q8.zip](https://github.com/Samsung/ONE/files/9673560/model_body.q8.zip) ```bash $ BACKENDS=trix /usr/bin/nnfw-test/Product/out/bin/nnpackage_run model_body.q8 --load:raw model_body.q8/input_0.tv2b --dump:raw output.tv2b -w...

### Problem of not finding `python` 3.10 https://github.com/Samsung/ONE/pull/9429#issuecomment-1184193971 This problem is not a trouble issue. This problem was limited to an individual environment.

### Problem caused by `cmake` policy change when using `find_package(Boost ...)` - error message ```bash CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:240 (if): if given arguments: "ALL" "IN_LIST" "Boost_FIND_COMPONENTS" Unknown arguments specified Call...

### Problem caused by not finding version 2.6.0 of tensorflow-cpu (pip3.10) - error message ```bash ERROR: Could not find a version that satisfies the requirement tensorflow-cpu==2.6.0 (from versions: 2.8.0, 2.8.1,...

### Problem caused by gcc version grade to 11. #### Internal sources #9437 #### External sources - error message These are the same errors as https://github.com/Samsung/ONE/issues/9265#issue-1271802873 ```bash ONE/externals/ABSEIL/absl/synchronization/internal/graphcycles.cc:451:26: error: 'numeric_limits'...

I found out an error that some `onecc` modules could not be found when cross-buliding `onecc` on my machine. The patch below solves this error. ```patch @@ -20,38 +20,38 @@...

I found an error when cross-building. It's hard for me to solve it. - error message ```bash [ 93%] Building CXX object compiler/luci-interpreter/src/kernels/CMakeFiles/luci_interpreter_linux_pal.dir/home/jang/git/ragmani/ONE/externals/TENSORFLOW-2.6.0-RUY/ruy/pack_arm.cc.o /home/jang/git/ragmani/ONE/externals/TENSORFLOW-2.6.0-RUY/ruy/pack_arm.cc: In function 'void ruy::Pack8bitColMajorForNeon4Cols(const ruy::PackParams8bit&)': /home/jang/git/ragmani/ONE/externals/TENSORFLOW-2.6.0-RUY/ruy/pack_arm.cc:264:3:...

> @ragmani , I can't distinghish by the diff, what module has changed? I haven't changed any modules. I just added `;` at the end of each line.

> FYI, AFAIR, when trying to enable tizen build, the target without ';' is not added into build target. Sorry. I didn't understand what you said. What are "target" and...