-
Hi. I believe i've set up all the necessary pre-requisites and loaded up the indicated models, but the process doesn't seem to work. I get the following error during DeepCreamPy.
```
[08:34:27PM] …
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 18.04
Queue | TigerUbuntu
Baseline | [125b216c3918c76c6dbdf45d47212ea91623e5a2](https://github.com/dotnet/runtime/commit/125…
-
Hi,
I installed Eleanor. While importing the module I am facing the following error
Traceback (most recent call last):
File "", line 1, in
File "/home/arpan/anaconda3/envs/tess/l…
-
Hello, this post was initially written on [feedback.azure.com](https://feedback.azure.com/forums/34192--general-feedback/suggestions/41604421-azure-static-web-apps-support-open-graph-metadata), but si…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
v2.9.0-18-gd8ce9f9c301
### Custom Code
Yes
### OS Platform and Distribution
Ubuntu 20.04.4 LTS
### Mobile dev…
-
### The problem
I was attempting to configure LightwaveRF support (https://esphome.io/components/lightwaverf.html) but get a compile error.
Attempted on both ESP32 and Raspberry Pi Pico with same …
-
Can I have the .pb file of the checkpoint file?
I tried the code from the answer at [Stackoverflow](https://stackoverflow.com/questions/45864363/tensorflow-how-to-convert-meta-data-and-index-model-fi…
-
### Issue Description
Hi,
I was trying to use this amazing `shap` library with my Deep Learning model (Regression Task, input is 2D array), however I encountered the following error:
```
Asser…
-
When I export onnx model to tensorflow using the following code:
```
import onnx
from onnx_tf.backend import prepare
onnx_model = onnx.load("PtMaskRCNN-leaves.onnx")
tf_rep = prepare(onnx_mode…
-
Hi, I want to change the input size of yolov3 to 320x224 (h,w). After modified the yolo-v3.yml to:
```python
input_shapes:
# - 1,416,416,3
- 1,320,224,3
out…