empty_tensor = torch.empty(2,5) ## Please make a note that it intiates tensor with garbage values print(empty_tensor, empty_tensor.dtype) ...
確定! 回上一頁