def __call__(self,pixel_no):
'''
call instance so that train_pixel can be called with multiprocessing
and still have all of the class instance variables
:params pixel_no:
Pixel number that is going to be trained
'''
return self.train_pixel(pixel_no)
评论列表
文章目录