Paddle two api need

nmpmafwu  于 2022-10-20  发布在  其他
关注(0)|答案(1)|浏览(137)
  • No description provided.*
rseugnpd

rseugnpd1#

Now I am rewring pysot (Tracking models) by paddlepaddle ,but paddle don't have tensor.view() ,this api is like reshape,but they diffenent,we can look these difference in torch API.
Another api is conv2d ,but input are two images,the one is input ,the other is filter,we can look it in torch API torch.nn.functional.conv2d(input, weight, bias=None, stride=1, padding=0, dilation=1, groups=1)

相关问题