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
i am using your module which is running awesome in my local machine. but when i am trying to run the example code it is showing some deprecated warning messages.
WARNING:tensorflow:From /home/vinay/Documents/face-recognision/node_modules/facenet/python3/facenet/src/align/detect_face.py:210: calling reduce_max (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
WARNING:tensorflow:From /home/vinay/Documents/face-recognision/node_modules/facenet/python3/facenet/src/align/detect_face.py:212: calling reduce_sum (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
WARNING:tensorflow:The saved meta_graph is possibly from an older release:
'model_variables' collection should be of type 'byte_list', but instead is of type 'node_list'.
The text was updated successfully, but these errors were encountered:
Hello developer;
i am using your module which is running awesome in my local machine. but when i am trying to run the example code it is showing some deprecated warning messages.
The text was updated successfully, but these errors were encountered: