Replies: 1 comment
-
These warnings are raised by tensorflow and numpy, respectively. We are not able to remove them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I install deepmd-kit by conda, and so many verbose warnings I solved, but
"disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated" (comes from migrating(tf 1.x to tf 2.x) ) and
"UserWarning: The NumPy module was reloaded (imported a second time). This can in some cases result in small but subtle issues and is discouraged" (comes from deepmd-kit source codes),
I don't know how to remoing both two verbose warnings. Is there possible impoving codes?
Beta Was this translation helpful? Give feedback.
All reactions