-
### Context
OpenVINO component responsible for support of TensorFlow models is called as TensorFlow Frontend (TF FE). TF FE converts a model represented in [TensorFlow opset](https://www.tensorflow…
-
Thank you for sharing the code with the public.
I'm trying to execute the cGAN.py script and encountered the following error Could you please help me resolve the issue?
> ███| 1/1 [00:07
-
I want to apply CNN with h5 model to this car camera.
So, I modified the code a bit and tried to use tensorflow.
I did "pip install tensorflow" and ran the code, but an error occurred saying that te…
-
### Steps To Reproduce
Here is a flake for reproduction:
```nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
};
outputs = { self, nixpkgs, ... }@inputs:
let
…
-
Hello! Thanks for providing such a cool repo. Just a question about the version of Tensorflow to be used. In the requirements.txt file it's >=1.3.0, in the readme/front page it states 1.13.1. Which ve…
-
We are obligated to provide assignments in TensorFlow in Coursera (but we can provide PyTorch versions in addition to TF).
That said, our TF notebooks are designed for TF v1 (latest version is 1.15…
dniku updated
4 years ago
-
I get an error running the model, I think it could be related to using a different Tensorflow version. The error I get is:
`Dimension 1 in both shapes must be equal, but are 44 and 30. Shapes are […
-
Do you think this would be reasonable to implement with Tensorflow as a [py_func op](https://www.tensorflow.org/api_docs/python/tf/py_func)? I think it's reasonable to assume it would be worth creatin…
-
I want to deploy the final model for production.
Tensorflow has an example to do this for inception model.
do you have any idea what all changes need to be made to do serving for show and tell model…
-
Looks like the implementation of this project is by python 2.7. Im facing issues in installing tensorflow. Am i right with the version of python?