We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGCF produces an index out of bounds error on line:
NeuRec/model/general_recommender/NGCF.py
Line 277 in f8eb375
IndexError: index 2 is out of bounds for axis 0 with size 2
Properties are set to the following:
[DEFAULT] data.input.path=neurec data.input.dataset=ml-100k.rating data.column.format=UIRT data.convert.separator='\t' data.convert.binarize.threshold=0 data.splitter=loo data.splitterratio=[0.8,0.2]|float rec.number.thread=20 rec.evaluate.neg=0 recommender=ngcf topk=[10, 20, 30, 40]|int gpu_id=0 epochs=500 batch_size=512 embedding_size=16 layer_size=[16,16]|int learning_rate=0.001 node_dropout_flag=False adj_type=norm alg_type=ngcf loss_function=BPR learner=adam reg=0.0 node_dropout_ratio=0.1 mess_dropout_ratio=0.1 #tnormal: truncated_normal_initializer, uniform: random_uniform_initializer, #normal: random_normal_initializer, xavier_normal, xavier_uniform, #he_normal, he_uniform. Defualt: tnormal embed_init_method=xavier_normal weight_init_method=xavier_normal stddev=0.01 verbose=1
The text was updated successfully, but these errors were encountered:
wubinzzu
No branches or pull requests
NGCF produces an index out of bounds error on line:
NeuRec/model/general_recommender/NGCF.py
Line 277 in f8eb375
IndexError: index 2 is out of bounds for axis 0 with size 2
Properties are set to the following:
The text was updated successfully, but these errors were encountered: