Skip to content
New issue

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

[FEAT] RecBole_GNN 활용 실험 #31 #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

SeungahP
Copy link
Contributor

Overview

  • 기본 RecBole에 사용된 데이터를 활용해 RecBole_GNN으로 실험을 진행했습니다.

Change Log

  • 차후 RecBole_GNN의 모든 모델을 활용할 수 있도록 yaml, py 파일을 모두 추가했습니다.
  • inference.py, inference.ipynb 파일을 추가했습니다.
  • 실험을 자동화할 수 있도록 run.sh 파일을 추가했습니다.

To Reviewer

  • 실험 전, conda install -c aibox recbole를 실행하여 recbole을 다운받아주세요.
  • RecBole_GNN 폴더의 run_recbole_gnn.py를 통해 실험이 진행됩니다.
  • inference.py 또는 inference.ipynb에 파일 경로를 설정하면 inference가 가능합니다.(민서님께서 구현하신 그대로 입니다.)
  • 다음 경로로 들어가 [train, valid, test] 등의 파라미터를 직접 바꿔야 합니다. (movierec은 제가 사용한 가상환경 이름이라 각자 사용하는 가상환경 이름에 맞게 바뀔 것입니다.)
    image

Issue Tags

@SeungahP SeungahP requested a review from guridon February 22, 2024 06:43
@SeungahP SeungahP self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] RecBole_GNN 실험
1 participant