alimeituan

Results 169 comments of alimeituan

请教下这个loss的依据是啥啊,怎么y_true没有参与啊?有点奇怪啊 ``` def sampledsoftmaxloss(y_true, y_pred): return K.mean(y_pred) ```

在用户特征中为啥有个hist_len这个特征?历史观看的movie长度也是个特征吗?? ``` >>> build_input_features(user_feature_columns) OrderedDict([('user_id', ), ('gender', ), ('age', ), ('occupation', ), ('zip', ), ('hist_movie_id', ), ('hist_len', )]) ``` 另外这些特征都是单个值的,假如有多标签或者说多值的话怎么办呢?

请教下,计算得到的user和item的vector是按照lbe编码的顺序的吗?能对应上吗?

And the validation's cost is large,about 50, Now step :5500, learning_rate: 0.000098

Warning : NaN or Inf found in input data. How to do ? ![image](https://user-images.githubusercontent.com/35590066/59961410-0a81c880-950a-11e9-96e0-6d6d6add800f.png)

![image](https://user-images.githubusercontent.com/35590066/59961520-74e73880-950b-11e9-923b-6b0b73538898.png) ![image](https://user-images.githubusercontent.com/35590066/59961629-dcea4e80-950c-11e9-955f-3f49d58202b0.png) ![image](https://user-images.githubusercontent.com/35590066/59962332-8bdf5800-9516-11e9-82a5-6d11970bbfe2.png) ![image](https://user-images.githubusercontent.com/35590066/59964642-c5738b80-9535-11e9-9bc7-5a58609d1b3f.png) Not good

learning_rate reduce, but cost no reduce, What's the matter ?

After one day, ![image](https://user-images.githubusercontent.com/35590066/59971369-736e4c80-95ad-11e9-9a32-a43c28aa9656.png) ![image](https://user-images.githubusercontent.com/35590066/59971580-4b80e800-95b1-11e9-9496-f86be23d4a12.png) No update, No reduce but the learning_rate. And I no idea

The bug again: ![image](https://user-images.githubusercontent.com/35590066/59972778-d5d44680-95c7-11e9-99dc-d067276dce3b.png) Does it mean the training is over and will write the wav ? But the result is not good according to the valid_cost. I don't know...

Should I give up ? Or just go on ? But Who can help me ?