遇见YY

导航

 

2020年11月29日

摘要: import cv2 import imageio import matplotlib.pyplot as plt import numpy as npif __name__ == '__main__': temp0 = np.array([[[[0.], [1.]], [[0.], [1.]], 阅读全文
posted @ 2020-11-29 21:42 一骑红尘妃子笑! 阅读(593) 评论(0) 推荐(0)
 
摘要: from multiprocessing import cpu_count from joblib import Parallel, delayed def func(in_put): return in_put ** 3 if __name__ == '__main__': cpu__count 阅读全文
posted @ 2020-11-29 15:27 一骑红尘妃子笑! 阅读(1618) 评论(0) 推荐(1)