automl/HpBandSter

some problem

sczhang870330 opened this issue · 1 comments

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!!

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!