-
下記の内容で3.5章のyoloxによる物体検知までは動きました。参考になれば幸いです。不要であればクローズしてください。よろしくお願いします。
共通して
- 仮想環境を手動で設定する前提で修正
## install_opencv.sh
- opencvのバージョンだけ指定し直しました
```
#!/bin/bash
# Raspberry Pi OS(64-bit) A po…
-
I would like to have to have sigmoid activation function as my variable is a probability.so I just want to bound my variable output between 0 and 1.
This will help increase the use case, instead of …
-
https://github.com/tensorflow/tensorflow/blame/5d1bf95155485aa137a13b72fbf3bd3e83b2f544/tensorflow/lite/CMakeLists.txt#L602
I found a problem tensorflow lite library compilation where I put my proj…
-
For NNGP-guided Neural Architecture Search at https://github.com/google-research/google-research/tree/master/nngp_nas, I get an error when I try to run your Google Colab notebook for it at https://col…
-
No module named 'tensorflow' when using from tensorflow.keras.wrappers.scikit_learn import KerasClassifier
Environment: Describe your environment, including:
TensorFlow version ( 2.17.0, 2.18.0)
…
-
**Project description**
Tensorflow with ROCm support
**Metadata**
* homepage URL: https://www.tensorflow.org/
* source URL: https://github.com/tensorflow/tensorflow
* license: apache2
* pl…
-
Hello, thank you very much for sharing the code. I encountered some errors while using Docker to pull the code and run `bash build_obf.sh`. I would like to ask for your guidance on how to resolve this…
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.8
### Custom code
Yes
### OS platform and distribution
…
-
Hello,
In ```tensorflow:::tensorboard_version()```, if tensorflow gives any warnings the call will fail with ```Error: invalid version specification ''```
This comes from this line of the code:
…
-
When entering code as per the book / tutorial, the tensorflow.examples namespace generates an error due to changes in the API. See https://github.com/tensorflow/tensorflow/issues/32790