Spaces:
Sleeping
Sleeping
File size: 217 Bytes
92e5cc4 |
1 2 3 4 5 6 7 8 |
import tensorflow as tf
import tensorflow_addons as tfa
import doctr
print(f"TensorFlow version: {tf.__version__}")
print(f"TensorFlow Addons version: {tfa.__version__}")
print(f"Doctr version: {doctr.__version__}")
|