-
Hi, pardriba,
Thanks for you nice work fof this software, It provides me a new way to assign the taxonomy. I installed it from source code followed the instruction in a new conda environment. And the…
-
unable to convert blazepose 3d
https://www.kaggle.com/models/mediapipe/blazepose-3d
getting below error
tfjs_graph_converter ./model.json ./savedmodel --output_format tf_saved_model
TensorFlow…
-
Hi,
Can I have some support for reading a .pb model, please? I am trying to use the example code load_model to open a different model .pb, I have the .pb file but not the variables as the example, an…
-
I am planning to move from h2o to tensorflow and as I prefer R, I was happy finding this great library. In my dataset, I generally have quite some factors as input variables, so I created the followin…
-
Dear Ting,
Thanks for adding the TF2 SavedModels. Looks like the `trainable_variables_list' for the SavedModels are empty, and I cannot finetune the full network from these SavedModels. Is there…
-
## Environment:
- TensorFlow Version: 2.15.0.post1
- Keras Version: 3.0.4
## Issue Description:
An error occurs when converting a Keras model to TensorFlow Lite format. This issue arises using …
-
Hello, I got a 'ValueError: Invalid filepath extension for saving' when I used 'scaden train' function. I had use Scaden successfully before, but this time I met this error. How could I solve this pro…
-
Discovered a few sharp corners when refreshing IREE docs; listing them here so @silvasean can do magic. :)
1) Right now `iree-tf-import` requires manually specifying the SavedModel version. If the …
-
Hi,
I did tried to implement SavedModel in test.py, couldn't fix the issue.
sess = tf.Session()
# folder to export SavedModel
SavedModel_folder = "SavedModel"
# remove all…
-
Hello,
I'm trying to convert Pb model to TFLite with following code:
```
converter = tf.contrib.lite.TocoConverter.from_saved_model(DIR_OUT + '/test')
tflite_model = converter.convert()
ope…