chengmengli06

Results 18 comments of chengmengli06

have you solved the problem, I face the same problem

first, you should use this script(https://github.com/alibaba/EasyRec/blob/master/easy_rec/python/tools/split_model_pai.py) to split the model into two parts: user part and item part.

what is your tf version @ss-github-code

@kinghuin documentation is in preparation, here are the steps: 1. split_model_pai.py generates two saved_models, one for generating user embedding, and one for generating item embedding. The generated saved_model could be...

the script could not work under tf2.x, we are fixing it, the reason is that the variable created in tf2.x are different from tf1.x

跑不通单测是遇到什么问题了?

Docker开发环境已经ready: https://easyrec.readthedocs.io/en/latest/pycharm_vscode_docker.html

![image](https://user-images.githubusercontent.com/31561586/45130855-0ecc3780-b1bd-11e8-8832-c224aeb886e4.png) Compare the last two line, show that mAP is not good using learn nms I changed NMS_TARGET_THRESH to 0.5, and the mAP is still 0.774 Anything wrong with my...