Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CNevd authored Nov 14, 2016
1 parent 79cda0e commit 70d11f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recomm/svd_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import argparse
import logging
logging.basicConfig(level=logging.DEBUG)
from DataIter_bak import DataIter
from DataIter import DataIter

USER_NUM = 6040
ITEM_NUM = 3952
Expand Down

0 comments on commit 70d11f8

Please sign in to comment.