-
> 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…
-
**Description**
I want to build a docker image of triton in CPU-ONLY mode.
I followed [this](https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/customization_guide/build.h…
-
# 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 …
-
Dear Developers,
I have so much respect for your hard work.
I have found a problem with the behavior of using external trainable variables in the Tensorflow 2.x backend and would like to report it…
-
你好,可以发一个tensorflow2.0版的吗?你写的很好,很有吸引力,但不想因为tensorflow版本问题放弃你的代码,所有你可以再发一个tensorflow2.0版本的吗?
-
![mnist_500](https://github.com/user-attachments/assets/375d4d5d-b125-42ce-bdd4-52a9ff16d304)
![mnist_999](https://github.com/user-attachments/assets/7885d2c7-8f34-4f53-b451-708f7ddc564e)
![mnist_10…
-
Can I ask when to use tensorflow2 with bert?
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.13.0
### Custom code
Yes
### OS platform and distribution
Linux…
-
I found that the script does not seem to support TensorFlow2.0. I don't know if it is my own problem..
frozen_graph = freeze_session(tf.keras.backend.get_session(), output_names=[
AttributeError: …
-
in network_defenition
```
import tf_slim as slim
with slim.variable_scope.variable_scope("ball", reuse=reuse):
```
provide error
`module 'tf_slim' has no attribute 'variable_scope'
`
ghost updated
7 months ago