some problem
sczhang870330 opened this issue · 1 comments
sczhang870330 commented
why appear this problem?
"""don't know how to serialize class <class 'numpy.intc'>. Give it vars() or an appropriate getstate"""
I have tried my best to debug but I can't eliminate this error, so please, thank you!!
sfalkner commented
Your workers compute
method returns a numpy.int
either as the loss or as part of the info_dict
. Please convert all return values to python build-in types!