misterBart
misterBart
With `tf.lite.TFLiteConverter.from_keras_model(keras_model)`: `'shape_signature': array([-1, 16, 16, 18], dtype=int32), 'shape_signature': array([-1, 4, 4, 18], dtype=int32), 'shape_signature': array([-1, 8, 8, 18]` The full output details: `[{'name': 'StatefulPartitionedCall:0', 'index': 332, 'shape': array([ 1,...
Based on my last reply, a work-around could be: ``` #Work-around incorrect output order indices = [] indices.append(output_details[0]['index']) #Yolo has three output layers, so index can be 0, 1, or...
Hmm, more than a week has passed. I believe my post is easy to follow. Several related issues exist about this reordered/shifted output layers, so I would deem it has...
Same issue here (Ubuntu Linux 21.10). At rare occasions, when opening a text file with Atom from the command line, it opens a new instance of Atom and displays this...
I noticed the users who list non-core packages all have some terminal package installed (`platformio-ide-terminal` or `atom-shell-commands`). I also have `platformio-ide-terminal` installed. Perhaps the issue is caused by one of...
More than eight months have passed since my last post. Meanwhile I had to move on. We currently use tf.compat.v1.lite.TFLiteConverter. When that solution is no longer supported I am allowed...
Anybody?
I have not tested semibold with Myriad Pro, but with Minion Pro I proceed as the pdf manual states: use the package option 'medfamily' or 'fullfamily'. Perhaps you do not...
For those who stumble upon this thread. Solved (Q3) by *not* putting the Currency and CAD variant of the font file in the otf/ folder.
> cmake has options, but I'm not familiar with the usage > > ``` > XNNPACK_ENABLE_ARM_FP16_VECTOR > XNNPACK_ENABLE_ARM_DOTPROD > ``` Yes, I already turned these off, see my opening post....