sjvasquez / instacart-basket-prediction

Kaggle | Instacart Market Basket Analysis🥕🥉
500 stars 232 forks source link

Builidng product Wavenet model #5

Open zurkin1 opened 6 years ago

zurkin1 commented 6 years ago

Wavenet is calling temporal_convolution_layer which throws an exception (something about int vs. float tensor expected). Can be workaround by setting casual=False.

Can you please fix?

thomasSve commented 6 years ago

I'm having the same issue with the wavenet model, did you found a solution @zurkin1 ?

zurkin1 commented 6 years ago

Nope. I only used a workaround : casual=False