addons
addons copied to clipboard
captures graph tensor AutoCastDistributedVariable
System information
- OS Platform and Distribution (e.g., win11):
- TensorFlow version and how it was installed (tf==2.8):
- TensorFlow-Addons version and how it was installed (tfa==0.16.1):
- Python version:(3.9.7)
- Is GPU used? (yes):
Describe the bug
PS D:\stock\source> python .\main_retrain.py
Number of devices: 1
Epoch 1: val_loss improved from inf to 199.99988, saving model to ..\results\best\CheckPoint
Traceback (most recent call last):
File "D:\stock\source\main_retrain.py", line 116, in tf.get_static_value.
A clear and concise description of what the bug is.
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
I got similar error, details and code to reproduce here https://github.com/tensorflow/addons/issues/2675
See other issue.