instacart-basket-prediction icon indicating copy to clipboard operation
instacart-basket-prediction copied to clipboard

predictions_bmm does not exist

Open el3ment opened this issue 7 years ago • 1 comments

In

https://github.com/sjvasquez/instacart-basket-prediction/blob/master/models/blend/prepare_blend_data.py#L43

you look to load predictions.npy - but this file is never generated because "predictions" is not a key in the prediction_tensor dictionary

https://github.com/sjvasquez/instacart-basket-prediction/blob/master/models/rnn_product/rnn_product_bmm.py#L222

as a result, the prepare_blend_data dies due to a file not found error

i'm not sure what 'predictions' means in the rnn_product_bmm model context, so I have just set 'predictions': final_states as a stop-gap for now... but it would be great to know what you mean by predictions (or what you used for your predictions.npy file in your blended model)

el3ment avatar Feb 19 '18 22:02 el3ment

I have met the same problem, can @sjvasquez @el3ment you help me? Thank you for your time.

li10141110 avatar Jun 02 '18 15:06 li10141110