Open dmho418 opened 2 years ago
How to reproduce:
pip install tensorflow-graphics
2021.12.3
python -c "import tensorflow_graphics as tfg; tfg.image"
AttributeError: module 'tensorflow_graphics' has no attribute 'image'
pip install tensorflow-graphics==1.0.0
How to reproduce:
pip install tensorflow-graphics
: this installs version2021.12.3
.python -c "import tensorflow_graphics as tfg; tfg.image"
AttributeError: module 'tensorflow_graphics' has no attribute 'image'
.pip install tensorflow-graphics==1.0.0
and it works as expected.