美文网首页
Pytorch常用函数宝典(长期更新)

Pytorch常用函数宝典(长期更新)

作者: 加油11dd23 | 来源:发表于2020-09-02 14:57 被阅读0次

    一、contiguous()

    Pytorch官方文档

    contiguous(memory_format=torch.contiguous_format) → Tensor

    Returns a contiguous in memory tensor containing the same data as self tensor. If self tensor is already in the specified memory format, this function returns the self tensor.

    Parameters

    memory_format (torch.memory_format, optional) – the desired memory format of returned Tensor. Default: torch.contiguous_format.

    二、view()

    三、squeeze()

    四、permute()

    相关文章

      网友评论

          本文标题:Pytorch常用函数宝典(长期更新)

          本文链接:https://www.haomeiwen.com/subject/fqhwsktx.html