当前位置:网站首页>torch.where能否传递梯度
torch.where能否传递梯度
2022-04-23 06:11:00 【DCGJ666】
**torch.where(conditions,x,y)**可以传递梯度
**tensor.where(conditions)**不能传递梯度,是非差分函数
版权声明
本文为[DCGJ666]所创,转载请带上原文链接,感谢
https://blog.csdn.net/DCGJ666/article/details/122074177
边栏推荐
- [dynamic programming] triangle minimum path sum
- [2021 book recommendation] kubernetes in production best practices
- PyTorch 13. 嵌套函数和闭包(狗头)
- 【动态规划】不同的二叉搜索树
- Pytorch模型保存与加载(示例)
- 【点云系列】 A Rotation-Invariant Framework for Deep Point Cloud Analysis
- How to standardize multidimensional matrix (based on numpy)
- 机器学习 三: 基于逻辑回归的分类预测
- 如何对多维矩阵进行标准化(基于numpy)
- Project, how to package
猜你喜欢
随机推荐
Mysql database installation and configuration details
[dynamic programming] different binary search trees
Pymysql connection database
1.2 preliminary pytorch neural network
Component based learning (3) path and group annotations in arouter
机器学习笔记 一:学习思路
DCMTK (dcm4che) works together with dicoogle
[recommendation for new books in 2021] professional azure SQL managed database administration
Project, how to package
Five methods are used to obtain the parameters and calculation of torch network model
【点云系列】点云隐式表达相关论文概要
cmder中文乱码问题
素数求解的n种境界
Data class of kotlin journey
【点云系列】Pointfilter: Point Cloud Filtering via Encoder-Decoder Modeling
ThreadLocal, just look at me!
MySQL5. 7 insert Chinese data and report an error: ` incorrect string value: '\ xb8 \ XDF \ AE \ xf9 \ X80 at row 1`
Chapter 1 numpy Foundation
[point cloud series] pnp-3d: a plug and play for 3D point clouds
利用官方torch版GCN训练并测试cora数据集