-
![image](https://github.com/user-attachments/assets/9f5f7ba6-826c-4763-9360-19712867e0e0)
```
(venv-cuda)
micha@p1gen6 MINGW64 /c/wse_github/ObrienlabsDev/machine-learning (main)
$ nvidia-sm…
-
**System information**
- Android Device information: `samsung/dm3qxeea/dm3q:14/UP1A.231005.007/S918BXXS3BWK5:user/release-keys` (reproduced on any device I tested)
- Bundled TFLite version from [Mav…
-
**System information**
- Windows 11
- Python 3.11.9
- DeepTables 0.2.6
- Tensorflow 2.17.0
**Describe the current behavior**
Running the standard test snippet, as well as trying to train a m…
-
Currently `pip install talos` forces to downgrade TF to 2.14. This happens especially when using google colab, which by default has TF 2.17.
It's not technically a bug, yet, but it is pushing Talo…
-
> I have test HFNet with TF-TRT on Tensorflow 1.x and Tensorflow 2
> When using TensorFlow 1.x, dynamics_op must set to true and it takes long time of initialization. When using Tensorf…
-
# Feature request
## Summary
TensorFlow 2.15 is a milestone version which has been widely-used in practical AI system, thus I hope devdocs can support it.
## Examples
-
# Custom Loss Function in Tensorflow 2. | Chan`s Jupyter
In this post, we will learn how to build custom loss functions with function and class. This is the summary of lecture “Custom Models, Layers …
-
change python version using this code
!apt-get update -y
!apt-get install python3.8 python3.8-distutils -y
!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
!update-…
-
Hello,
I have an issue while runing my code after activate my env UMA
File "/home/nfs/arbiasoula1/Arbia/NDVI-calculation-main/TrainTest.py", line 6, in
import tensorflow as tf
ModuleNotFoundE…
-
**Describe the bug**
import tensorflow_text
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
…