SSSxCCC / Recommender-System

A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
MIT License
410 stars 93 forks source link

RippleNet训练时的问题 #7

Open DabeyHolmes opened 3 years ago

DabeyHolmes commented 3 years ago

您好,我运行代码的时候产生了这样的问题 File "D:\Code\Recommender-System-master\Recommender_System\algorithm\RippleNet\train.py", line 62, in train train_batch(ui, label) tensorflow.python.framework.errors_impl.InternalError: 2 root error(s) found. (0) Internal: Blas xGEMMBatched launch failed : a.shape=[16384,1,16], b.shape=[16384,1,16], m=16, n=16, k=1, batch_size=16384 [[node MatMul_5 (defined at D:\Code\Recommender-System-master\Recommender_System\algorithm\RippleNet\train.py:47) ]] [[assert_less_equal_2/Assert/AssertGuard/pivot_f/_67/_141]] (1) Internal: Blas xGEMMBatched launch failed : a.shape=[16384,1,16], b.shape=[16384,1,16], m=16, n=16, k=1, batch_size=16384 [[node MatMul_5 (defined at D:\Code\Recommender-System-master\Recommender_System\algorithm\RippleNet\train.py:47) ]] 0 successful operations. 0 derived errors ignored. [Op:__inference_train_batch_3034] Snipaste_2020-11-20_15-15-05

SSSxCCC commented 3 years ago

请确保你的python版本和tensorflow版本与readme中要求的版本一致