-
### Comment:
In https://github.com/conda-forge/deepmd-kit-feedstock/pull/78, I am building a program linked with TensorFlow and PyTorch. When using the latest versions of them, i.e. TensorFlow 2.16 a…
-
Hi!
I try to finetune a model and I get this error: `ModuleNotFoundError: No module named 'tensorflow.compat.v1.keras'`
Under my WSL 2 I couldn't install `tensorflow==2.12.1` because with `CUDA …
-
Hi. I am building a Nerf project, but currently I have TensorFlow 2, and I am not willing to downgrade to TensorFlow 1.
I am trying to run `tf_upgrade_v2` but so far it says "command not found". I ch…
-
The Keras interface works fine but I had to change the Binary Encoding.
TensorFlow’s Graph Mode relies on Symbolic Tensors, which act as placeholders without actual data during initial model checks…
-
entry an empty directory, then run in 'Git Bash'
```sh
npm init -y
TFJS_NODE_CDN_STORAGE="https://npmmirror.com/mirrors/" npm install @tensorflow/tfjs-node --verbose
```
get result:
```
351 ver…
-
**Is your feature request related to a problem? Please describe.**
I'm desktop environment is an iMac with M1 chip. I have been looking on how to build TensorFlow v2.3 so I could use it for image cla…
-
I am following the doc here:
https://github.com/apple/axlearn/blob/a7a738e816363ff4950b0da391206c3216e87d6d/docs/01-start.md
Failed on the final step:
```bash
pip install "axlearn[core, ap…
-
The switch from Keras 2 to Keras 3 in Tensorflow 2.16 apparently breaks `tf2onnx`:
```python
import tf2onnx
...
onnx_model, _ = tf2onnx.convert.from_keras(model)
# AttributeError: ... object has …
-
**Describe the bug**
Can't convert TensorFlow MNIST saved_model.pb to onnx model.
**Urgency**
none.
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 18.04*): Ubun…
-
下記の内容で3.5章のyoloxによる物体検知までは動きました。参考になれば幸いです。不要であればクローズしてください。よろしくお願いします。
共通して
- 仮想環境を手動で設定する前提で修正
## install_opencv.sh
- opencvのバージョンだけ指定し直しました
```
#!/bin/bash
# Raspberry Pi OS(64-bit) A po…