Skip to content

Commit

Permalink
Merge pull request #713 from cyLi-Tiger/0.2.x
Browse files Browse the repository at this point in the history
FEA:Add NNCF
  • Loading branch information
ShanleiMu authored Feb 24, 2021
2 parents 684d259 + 744a905 commit fcb97f1
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
pip install pytest
pip install dgl
pip install xgboost
pip install community
pip install networkx
pip install python-louvain
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# Use "python -m pytest" instead of "pytest" to fix imports
Expand Down
1 change: 1 addition & 0 deletions recbole/model/general_recommender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
from recbole.model.general_recommender.ngcf import NGCF
from recbole.model.general_recommender.pop import Pop
from recbole.model.general_recommender.spectralcf import SpectralCF
from recbole.model.general_recommender.nncf import NNCF
Loading

0 comments on commit fcb97f1

Please sign in to comment.