Yuriy Tyshetskiy

Results 6 comments of Yuriy Tyshetskiy

@daokunzhang does this issue block any other issues?

It seems the problem is around `compute_output_shape()` method of `MeanHinAggregator`.

I’ve tried saving and re-loading the model in the old movielens example, and the same error happens

Nice! I've arrived at the same reason for the bug, but couldn't find the fix! Did you come up with the fix yourself?

@adocherty with the Keras bug that blocked issue #186 now fixed, loading a HinSAGE link prediction model, saved in the `demos/link-prediction/hinsage/movielens-recommender.py` (branch `issue#186`) still fails, with a different error message:...

@adocherty loading a saved HinSAGE model for link prediction still fails - see above. To reproduce, checkout branch `issue#186` and run `demos/link-prediction/hinsage/movielens-recommender.py`. This should save the trained model into a...