蓝鲸123

Results 4 issues of 蓝鲸123

Here need to do a conversion, otherwise, the user may change the input_receiver.features that will cause the input_receiver.features to be changed.

awaiting review

The function _ae_loss of file "models/py_utils/kp_utils.py": whether the code "dist = tag_mean.unsqueeze(1) - tag_mean.unsqueeze(2)" is change to "dist = tag_mean.unsqueeze(1) - tag_mean.unsqueeze(-2)"?

deepcopy of input_receiver.features avoid changing input_receiver.features in model_fn

System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Centos 7.6 TensorFlow installed from (source or binary): source TensorFlow version: 1.15.0 Python version: 2.7 Installed using virtualenv? pip?...