seongwoo chae

Results 42 comments of seongwoo chae

@YongseopKim The old issue that @seanshpark is referring to is https://github.com/Samsung/ONE/issues/5784. And, this is for `one-optimize` and technically, it is for `circle2circle` optimization pass. > "optimization" will be able to...

@seanshpark Well, I thought test can be done because it is about comparing outputs of two model - output diff. But, after offline meeting with @jinevening, random input seems not...

~~Oh,, There is a duplicate T_T (#9146)~~ misuderstood:)

_onecc_ configuration file is _ini_ format. But, this format is not proper one for supporting workflow. It would become too verbose and get complicated. So, let's support _workflow_ with json...

@lemmaa It can be like below. ```json { "workflows": [ "workflow0" ], "workflow0": { "steps": [ "w0", "w1", "w2", "w3", "w4" ], "w0": { "one-cmd": "one-import-tf", "commands": { "input_path": "/path/to/input/path"...

@lemmaa Yeah, each `workflows` and `steps` runs in sequence so it can act as if they have its dependencies. ```json { "workflows": [ "W0", "W1", "W2", "W3", "W4" ], "W0":...

This is similar to the workflow feature you wanted. This feature is literally about reusing the parts of existing configuration file. Say you have a `ini` configuration file like below....

> @mhs4670go Is there any reason to decide using HDF version 1.8.16 ? (#3101) There is no specific reason.

> - `sudo apt upgrade` seems to reuse exist commands I've met a same issue and this is what I thought. > that is we may have to tell our...