-
Hello! In according to [nnef_tools/operation_mapping.md](https://github.com/KhronosGroup/NNEF-Tools/blob/master/nnef_tools/operation_mapping.md) the function `tf.nn.max_pool_with_argmax` must be conve…
-
When I try to save an input tensor, which is randomly generated, during execution of simple example:
```
import tensorflow as tf
import nnef_tools.io.tf.graphdef as graphdef
def testnet_abs():…
-
I am trying to save and to convert a simple python network:
```
import tensorflow as tf
import nnef_tools.io.tf.graphdef as graphdef
def testnet_local_response_normalization():
x = tf.pla…
-
I try to convert simple python example:
```
import tensorflow as tf
import nnef_tools.io.tf.graphdef as graphdef
def testnet_squeeze():
x = tf.placeholder(tf.float32, shape=[32, 1, 1, 3],…
-
When I try to convert any model with batch normalizations (e.g. mobilenet) from NNEF To TFLite I get
`AssertionError: No tf_py_to_tflite converter for tf.nn.batch_normalization`.
Should the batch n…
idenc updated
4 years ago
-
With the latest parser/python/setup.py file, when using the load_graph function, I am experiencing an error saying 'file' object has no attribute 'seekable'.
This error didn't happen before running t…
-
Did anybody ever tried to do some transfer learning with dlib?
I'm about to code a ResNet50, and would like to load pre-trained weights.
Thanks for any answer,
-
PyTorch, SciKit-Learn, TensorFlow, etc. can be used to create responsive and evolving AI actors
into computer games to provide greater interactivity and deeper gameplay for players.
Godot has …
-
Hi,
While trying the [latest cpp NNEF parser](https://github.com/KhronosGroup/NNEF-Tools/commit/d267053413769beb8c2157271209e95544c325ce#diff-30c9e7cf5b11f403018e304adcb0d8f4) (d267053), I notice sev…
-
NNEF has fixed minor bugs in the Spec and released a new version.
* Match Model Compiler to V 1.0.3
* Most of the fixed issues were filled by us, so not major changes
* Test with the latest NNEF …