当前位置:网站首页>RecBole使用1
RecBole使用1
2022-07-26 22:37:00 【小桃子不干了】
推荐系统RecBole使用
研0大数据推荐系统课程大作业要做一个top-k推荐,来此记录。


把这几个库选了一下,最后决定用RecBole(基于Pytorch实现的,比较容易上手),不过其实Rechorus也很合适,但是网上教程太少了,怕之后做的时候出问题,所以还是选择前一个。
安装(按照步骤安装即可)
https://recbole.io/cn/install.html
中间也有一些问题,比如pip安装的时候发现总是报错
zsh: command not found: pip
找了教程解决,如下:
https://www.cnblogs.com/niuli1987/p/10302625.html
但是还是有问题,后来发现因为我的pip是pip3,使用pip安装的时候必须用pip3 install xxx,最终才解决。
现在不知道是不是因为我是mac系统,所以pip3之后还是报错:
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
最后选择用conda安装,这个可以安装成功环境,但是记得每次进去的时候得激活一下环境
conda activate recbole
成功了!!!
但是搞完了最后才发现,其实可以直接github下载代码,然后需要啥直接pycharm下载包就可以了,直接运行即可,还没有彻底搞清楚anaconda的环境怎么应用到pycharm上。
边栏推荐
- MVC三层架构
- Transformers is a graph neural network
- The basic operation of data tables in MySQL is very difficult. This experiment will take you through it from the beginning
- 【C语言】经典的递归问题
- Training team lpoj round10 d come minion!
- [literature reading] an investigation on hardware aware vision transformer scaling
- ES6新特性
- 三层架构 模拟
- push to origin/master was rejected 错误解决方法
- Add an article ----- scanf usage
猜你喜欢

At 12:00 on July 17, 2022, the departure of love life on June 28 was basically completed, and it needs to rebound

Dynamic SQL

MySQL optimization

Analysis of encoding and decoding of encode() and decode(), common encoding and why encode and decode are needed

Chapter 1 requirements analysis and SSM environment preparation

第7章 课程总结

Add an article ----- scanf usage

文件上传到OSS文件服务器

Skiasharp's WPF self drawn bouncing ball (case version)

Anaconda => PyCharm => CUDA => cudnn => PyTorch 环境配置
随机推荐
Baidu website Collection
Complex SQL_ 01
Bid farewell to wide tables and achieve a new generation of Bi with DQL
Codeforces E. maximum subsequence value (greed + pigeon nest principle)
[interview: concurrency 26: multithreading: two-phase termination mode] volatile version
Method of realizing program startup and self startup through registry
The basic operation of data tables in MySQL is very difficult. This experiment will take you through it from the beginning
[Gorm] model relationship -hasone
Chapter 3 cross domain issues
Typesript generic constraint
Chapter 1 develop the first restful application
Pytorch data pipeline standardized code template
PTA 7-4 small generation (DFS)
yolov5在jetson nano上的部署 deepstream
08_ Event modifier
Simple SQL optimization
Codeforces C1. Simple Polygon Embedding
第1章 开发第一个restful应用
Tencent cloud lightweight application server purchase method steps!
Upload files to OSS file server