tensorflow相關函式學習總結

獨孤東方朔發表於2020-12-22


前言

一、隨機tensor生成

import numpy as np
np.random.randint(0,10,(4,3))
torch.from_numpy(sub_img)

相關文章