您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. pytorch中tensor.expand()和tensor.expand_as()函数详解

  2. 今天小编就为大家分享一篇pytorch中tensor.expand()和tensor.expand_as()函数详解,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
  3. 所属分类:其它

    • 发布日期:2020-09-18
    • 文件大小:25600
    • 提供者:weixin_38665411
  1. pytorch中tensor.expand()和tensor.expand_as()函数详解

  2. tensor.expend()函数 >>> import torch >>> a=torch.tensor([[2],[3],[4]]) >>> print(a.size()) torch.Size([3, 1]) >>> a.expand(3,2) tensor([[2, 2], [3, 3], [4, 4]]) >>> a tensor([[2], [3], [4]])
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:27648
    • 提供者:weixin_38580959