AI

[SpringBoot/AI] 레시피 추천 모델 만들기 5 - RecBole GitHub Clone

alsruds 2024. 9. 16. 20:11

안녕하세요 아직 안전 순항 중인 RecBole 운전자 입니다 ._.

사실 저도 웹 검색 따라하는 것 뿐이지만 .. ㅎㅎ 일단 고 ~

 

 

RecBole 공식 문서에서 들고 왔습니다

저는 github clone 하는 방법을 선택했어욤

 

사실 이거 하면서 크나큰 지연 발생 ..

 

[PyTorch] Could not find a version that satisfies the requirement torch>=1.10.0 (from recbole) (from versions: none)

ERROR: Could not find a version that satisfies the requirement torch>=1.10.0 (from recbole) (from versions: none) ERROR: No matching distribution found for torch>=1.10.0 해결 방법 미리 보기✔️ Python 버전이 3.8 ~ 3.10 사이어야 한다✔

alsrudalsrudalsrud.tistory.com

을 해결 🎈🤍 (진짜 다행이다 .........)

 

 

나는 RecBole-GNN 쓸거라 추가로 clone !!

클론 완료 ~~~~

 


📜 참고 문서 📜

 

- RecBole 공식 문서

 

Install | RecBole

System requirements RecBole works with the following operating systems: Linux Windows 10 macOS X RecBole requires Python version 3.7 or later. RecBole requires torch version 1.7.0 or later. If you want to use RecBole with GPU, please ensure that CUDA or CU

recbole.io

 

- 사실 공식 문서 보기 전에 이거 부터 봄

 

Recbole

대다수 모델은 스스로 구현해보는게 가장 좋지만, 많은 종류의 모델 중에 어떤 것을 어떻게 구현해야할지 고민이 되는 경우가 있습니다. 그래서 다수의 모델을 쉽게 사용하기 위해 모아놓은 라

hoon-bari.github.io