【论文复现】api中是否有生成类似torch.ByteTensor 这类Variable的方法
Created by: Rookieaura
Pytorch API: img = torch.ByteTensor(torch.ByteStorage.from_buffer(pic.tobytes())) reference: https://pytorch.org/docs/stable/tensors.html
问题: 在生成variable时,除了从np.array用to_variable直接生成Tensor外,能否生成 FloatTensor, ByteTensor等指定类型的Tensor?