huan / node-facenet

Solve face verification, recognition and clustering problems: A TensorFlow backed FaceNet implementation for Node.js.
https://zixia.github.io/node-facenet/
Apache License 2.0
405 stars 77 forks source link

Found some warning message while testing your module #112

Open imVinayPandya opened 6 years ago

imVinayPandya commented 6 years ago

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.

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'.