当前位置: 首页 > article >正文

torch VS tensorflow 同功能的api

1、裁剪

torch.clamp(a,-0.1,0.1) ==tf.clip()

2、复制

tf.tile(a,[1,2,1])和a.repeat(1,2,1)

3、增加维度

a.unsqueeze(0) == tf.expand_dim(a,axis=0)

4、L2归一化 

def normalize(x, axis=-1):
    x = 1. * x / (torch.norm(x, 2, axis, keepdim=True).expand_as(x).clamp_min(1e-12))
    return x
l2_normal_a =  normalize(a) == tf.l2_normal(a,axis=1)

5、交换维度

b.permute(1,0) == tf.transopose(b,[1,0])

6.类型转换

tf.cast(a,float16)==a.half()

6、常量

torch.tensor([[1,2,3],[4,5,6.0]]) == tf.constant ([[1,2,3],[4,5,6.0]])

7、torch.zeros_like ==tf. zeros_like   ones_like==ones_like  where=where

torch.mean=tf.reduce_mean()


http://www.kler.cn/a/106098.html

相关文章:

  • vs2022搭建opencv开发环境
  • C++ 内联函数
  • JavaScript中如何使用Promise处理异步操作?
  • C++析构函数详解
  • aws中AcmClient.describeCertificate返回值中没有ResourceRecord
  • Solana 区块链的技术解析及未来展望 #dapp开发#公链搭建
  • Flutter和SwiftUI比较
  • 目标跟踪ZoomTrack: Target-aware Non-uniform Resizing for Efficient Visual Tracking
  • LeetCode二分查找
  • 如何为你的地图数据设置地图样式?
  • 华为---DHCP中继代理简介及示例配置
  • Databend 开源周报第 116 期
  • springcloud笔记 (8) -网关 Gateway
  • 结构伪类选择器
  • 小红书素人铺量推广费用是多少?
  • Netty进阶-黏包半包
  • 达芬奇MacOS最新中文版 DaVinci Resolve Studio 18中文注册秘钥
  • Go并发:使用sync.Pool来性能优化
  • Python深度学习实战-基于tensorflow.keras六步法搭建神经网络(附源码和实现效果)
  • 聊聊springboot的TomcatMetricsBinder
  • 什么是React中的高阶组件(Higher Order Component,HOC)?它的作用是什么?
  • 【EI会议征稿】2024年电力电子与人工智能国际学术会议(PEAI 2024)
  • 大数据-Storm流式框架(二)--wordcount案例
  • 在项目中同时使用SpringCloud和Dubbo,注册中心选用Eureka?
  • TeeChart for .NET 2023.10.19 Crack
  • 缓解光纤激光切割机老化之如何保养光纤激光切割机的光学镜片