Git Product home page Git Product logo

hid's People

Contributors

hongluzhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hid's Issues

multiprocessing.pool.RemoteTraceback

multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "D:\study\PYTHON\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "D:\study\PYTHON\lib\multiprocessing\pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "E:\python\HID-master\CDK.py", line 37, in perform_prediction_one_cascade
p_cascade.append(idx_2_user[predicted_cascade_user_index[i]])
KeyError: 838
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "E:/python/HID-master/test.py", line 87, in
test(config=config, save_dir=config['output_path'], test_epoch=config['test_epoch'], embedding_scale=config['embedding_scale'], corpus_test=corpus_test)
File "E:\python\HID-master\CDK.py", line 363, in test
diffpath_user_predicted = perform_prediction_multiprocessing(
File "E:\python\HID-master\CDK.py", line 62, in perform_prediction_multiprocessing
predicted_cascades = pool.starmap(perform_prediction_one_cascade, list_of_args_tuple)
File "D:\study\PYTHON\lib\multiprocessing\pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "D:\study\PYTHON\lib\multiprocessing\pool.py", line 768, in get
raise self._value
KeyError: 838

hi,I encountered the above problems when I reproduced the code. Can you help me solve them? Thanks.

Dataset

Is the data set available?

datasets

Can you tell me where the original twitter data can be downloaded? And I also would like to know which Memes dataset you used, the Raw phrases data or Phrase cluster data? thanks~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.