bxh_bxh

Results 7 comments of bxh_bxh

Thanks for your attention to RecBole! We greatly appreciate your valuable suggestions and will consider them in the new round of development. At this stage, you can learn based on...

Thanks for your attention to RecBole! As for your problem, you can try advice below. 1. CUDA Compatibility: Ensure that your GPU is CUDA-compatible and check if your GPU is...

Thanks for your attention to RecBole! When calculating loss, sasrec only considers the prediction of the last item in the interaction sequence. You can construct subsequences of the original interaction...

Thanks for your attention to RecBole! .net file is used in some graph-based recommendation methods like GCMC. Structured data such as a social network can be utilized in this kind...

Thanks for your attention to RecBole! Customizing your own model and trainer are mainly implemented through class inheritance. You need to import some basic classes from RecBole, such as General...

Thanks for your attention to RecBole! As for your problem, maybe you can try processing the dataset first before fit the data into recbole models. Hope this could help you!

Thanks for your attention to RecBole! As for your problem, you can try advice below. **1. CUDA and cuDNN Compatibility:** Verify that your CUDA and cuDNN versions are compatible with...