You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the VisualizeLip.py, I encounter the following problems: Traceback (most recent call last): File "VisualizeLip.py", line 129, in <module> frame.setflags(write=True) ValueError: cannot set WRITEABLE flag to True of this array
I looked it up on the Internet and it said the problem is numpy library's version,
my tensorflow is 2.1.0, it conflicts with numpy library
The text was updated successfully, but these errors were encountered:
The Internet says that the numpy library's version is changed to 1.15, but the numpy library's version is reduced, TensorFlow cannot be used. Tensorflow requires the version above 1.16, please ask how to solve the problem?
When I run the VisualizeLip.py, I encounter the following problems:
Traceback (most recent call last): File "VisualizeLip.py", line 129, in <module> frame.setflags(write=True) ValueError: cannot set WRITEABLE flag to True of this array
I looked it up on the Internet and it said the problem is numpy library's version,
my tensorflow is 2.1.0, it conflicts with numpy library
The text was updated successfully, but these errors were encountered: