Jihoon Lee
Jihoon Lee
> when mulitple labels and losses exists, the mapping of labels to losses is missing Could you check if `label_layers=` would do the job? Although it's layer based (not connection...
If this is the case, what we can do is we specify one label_layer and two loss layer refer to the layer. Just throwing an idea for now.
This has been postponed
reference: https://numpy.org/doc/stable/reference/arrays.nditer.html Somewhat(?) related issue #704
I have one suggestion in addition. Could we make an abstraction over those instead of directly appling this to a graph? like a callable `Startegy` class or so. So we...
For 1. Adding tflite information to the *.fbs should do no harm technically, but once we start to put some information, it's no longer a mere mirror of the file...
> all the weights in the layers will be changed as a channel last order. As far as I know, this statement does not hold for fc layers. I ran...
Wonder if we can close this?
Let's consider a case where A outputs a1, a2 B outputs b1 C needs a1, b1 D needs a2 1. naive router idea ```ini [layer A] type=will_have_two_outputs [layer B] type=will_have_one_output...