Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace keep_dims (deprecated in TF) with keepdims
Exact warning message: ``` From 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 ```
- Loading branch information