Skip to content

code error #3

Description

@s1162276945

When I set

do_preprocess = True

Traceback (most recent call last):
File "D:/pycode/ConvMF/run.py", line 97, in
path_rating, path_itemtext, min_rating, max_length, max_df, vocab_size)
File "D:\pycode\ConvMF\data_manager.py", line 372, in preprocess
tmp_plot = tmp[1].split('|')
IndexError: list index out of range

do_preprocess = False

Traceback (most recent call last):
File "D:/pycode/ConvMF/run.py", line 132, in
R, D_all = data_factory.load(aux_path)
File "D:\pycode\ConvMF\data_manager.py", line 42, in load
R = pickle.load(open(path + "ratings.all", "rb"))
File "D:\Anaconda2\lib\pickle.py", line 1384, in load
===================================ConvMF Option Setting===================================
return Unpickler(file).load()
File "D:\Anaconda2\lib\pickle.py", line 864, in load
dispatchkey
File "D:\Anaconda2\lib\pickle.py", line 1096, in load_global
klass = self.find_class(module, name)
File "D:\Anaconda2\lib\pickle.py", line 1130, in find_class
import(module)
ImportError: No module named copy_get
----------------------------------------------------------------------------how could it be?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions