seongwoo chae

Results 42 comments of seongwoo chae

I've made above two comments hidden because `saveTflResult` intentionally calls `setBuiltinOptions` with `flatbuffers::Offset()` and create it from `getBuiltinOps`. Also, since `getBuiltinOps` is an api of `TfOpNode`, the parameters needed for...

I've implemented ReLU operator and this is a graph that has a single ReLU op. And, it resulted in weird-looking graph, which can't be captured because of my company policy...

Q) Is it okay for input and output of an operator to have same buffer? Yes. ```python import numpy as np import tensorflow as tf interp = tf.lite.Interpreter(model_path='relu_same_buffer.tflite') interp.allocate_tensors() input_details...

There are some issue with c++ tflite interpreter. 1. https://www.tensorflow.org/lite/api_docs/cc/class/tflite/interpreter > WARNING: This class is not thread-safe. The client is responsible for ensuring serialized interaction to avoid data races and...

This is current status. I've implemented overall codes for exporting ResNet. Below images are created with #1892. And they are part of ResNet structure. 1. https://media.github.sec.samsung.net/user/67684/files/4590c34f-1a1c-4bc2-8516-fdcb9f1f6bcc 2. https://media.github.sec.samsung.net/user/67684/files/92c8d314-1697-4f41-ba72-1eac498de81e ## next...

@jijoongmoon Thank you for your comments. > Currently NNtrainer only support the float data type. Of course we have to support other data type like int. Actually, this is for...

@seanshpark oh, I think it needs more explanation. I just wanted to say that the directory becomes matter rather than inside driver name. Actually, then, the prefix becomes secondary. The...

@lemmaa Seems good idea from the point of view; explicit is better than implicit. > It doesn't seem that simple for 3rd party solutions. When it comes to this issue's...

How about introduce a double dash("--")? It could indicate the end of _onecc-docker_'s option. You can refer to https://github.com/Samsung/ONE/blob/5573f5b11a6d63a803c6d9892292fbed72a23b11/compiler/one-cmds/one-infer. https://github.com/Samsung/ONE/blob/5573f5b11a6d63a803c6d9892292fbed72a23b11/compiler/one-cmds/one-infer#L114

> Then `onecc-docker -h` always outputs the `onecc-docker`'s help message? Yes. Is there any other case?