Skip to content

Commit

Permalink
update CDAE
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongchuanSun committed Aug 24, 2020
1 parent 0cd40f5 commit 91ef5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/general_recommender/CDAE.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from util import l2_loss, inner_product
from util.data_iterator import DataIterator
from util.tool import dropout_sparse
# from util import randint_choice
from util import randint_choice
# >> pip install reckit
from reckit import randint_choice
# from reckit import randint_choice


class CDAE(AbstractRecommender):
Expand Down

0 comments on commit 91ef5e7

Please sign in to comment.