-
From: @andk
Date: Thursday May 10, 2012 at 02:13 GMT
Orig: https://github.com/Test-More/test-more/issues/298
http://www.cpantesters.org/cpan/report/21416883
Can't locate object method "_try" via pac…
-
# System information
- **What is the top-level directory of the model you are using**:
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
- **OS …
-
I have an embedder model that takes an RGB image as input and outputs two vectors of shapes `(batch_size,128)` and `(batch_size,512)`.
The model was trained with the following preprocessing of the …
-
**Describe the bug**
1. Why does `onnx-tensorflow` add **Transpose** layers for each Conv2D layer?
2. Why does `onnx-tensorflow` use multiple Conv2D layers instead of one GroupedConv2D layer?
…
-
Hi, i want to deploy one deep learning algorithm which uses tensorflow/keras a lot inside SGX.
I tried fortanixEDP before with tensorflow C binding API like https://github.com/tensorflow/rust, but it…
-
### Description of the bug:
I'm trying to convert a MobileNetV4 pytorch model to tflite. I get an error regarding the torch_xla library.
### Actual vs expected behavior:
What I get is:
…
-
I am trying to covert it to tensorflowlite model. But sometimes I got errors.
Could you tell me version of tensor flow ?
And also below information.
--input_shapes
--input_arrays
—output_array
-
Hi,
I have a custom YOLOv7 model whose size is 71.8 MB.
But when I converted it to the onnx format, the size of the onnx model was 139.3 MB.
Further converting the model to TFLite, the size is 14…
-
For testing purpose, I tried to recreate the project from scratch, but ever I copy all configuration and files, I have a crash when the app starts tfinvoke. I suppose is a problem of loading the nativ…
-
Performance on fairly simple 1D model with stacked branches / bottlenecks / inception blocks was surprisingly poor (>300x slower).
## Keras on CPU (tensorflow lite for the same model is 170µs)
Us…