墨盒大侠
墨盒大侠
Hello, Currently I am trying to use milvus java sdk to search, but I found that the first time cost is nearly 1s, but after changing the search vector for...
在pgcnaMain.py里面: pn = PGCN_A(userNum=userNum, itemNum=itemNum, gramNum=gramNum, config=config, initialize = True, userItemDic=userItemDic, itemUserDic=itemUserDic, userGramSeq1Dic=userGramSeq1Dic, itemItemSeq1Dic=itemItemSeq1Dic, userUserIntDic=userUserIntDic, itemItemIntDic=itemItemIntDic, userUserSeq2Dic=userUserSeq2Dic,itemItemSeq2Dic=itemItemSeq2Dic) 然后,我看了一下pgcna.py里的内容,发现好像这个pn好像只是初始化了,其中好像并没有进行训练,所以,想请教一下,我的问题应该是出在哪里?