当前位置:网站首页>MindSpore:损失函数问题
MindSpore:损失函数问题
2022-08-04 09:03:00 【小乐快乐】
问题描述:
【功能模块】
【操作步骤&问题现象】
1、mindspore中有和pytoch功能一模一样的binary_cross_entropy_with_logits的loss函数吗
2、
【截图信息】
【日志信息】(可选,上传日志内容或者附件)
解决方案:
nn.BCEWithLogitsLoss和ops.BCEWithLogitsLoss 这两个 GPU和Ascend 都不支持,没有这两个
通过查看MindSpore官网API,对上面两个loss是支持Ascend硬件平台的。
·https://www.mindspore.cn/doc/api_python/zh-CN/r1.2/mindspore/ops/mindspore.ops.BCEWithLogitsLoss.html#mindspore.ops.BCEWithLogitsLoss
·https://www.mindspore.cn/doc/api_python/zh-CN/r1.2/mindspore/nn/mindspore.nn.BCEWithLogitsLoss.html#mindspore.nn.BCEWithLogitsLoss
如果使用r1.1以及之前的版本是不能直接使用的,但是底层算子应该都是不缺的,你可以试试直接copy https://gitee.com/mindspore/mindspore/blob/master/mindspore/nn/loss/loss.py#L924 这个Cell
边栏推荐
- Unity3D data encryption
- recursive thinking
- No module named 'flask_misaka' has been resolved [BUG solution]
- async - await
- cannot import name ‘import_string‘ from ‘werkzeug‘【bug解决】
- 已解决No module named ‘flask_misaka‘【BUG解决】
- sync-diff-inspector 使用实践
- 递归思想
- 如何从PG导入数据到kingbaseES
- inject() can only be used inside setup() or functional components.
猜你喜欢
sql在字段重复时 对某个字段根据最新时间取数
【高并发基石】多线程、守护线程、线程安全、线程同步、互斥锁
Apache Druid 实时分析数据库入门介绍
微信消息从发送到接收,经历了什么?如何防止丢包
TiFlash 源码阅读(五) DeltaTree 存储引擎设计及实现分析 - Part 2
云函数实现网站自动化签到配置详解【Web函数/Nodejs/cookie】
Post-94 Byte P7 posted the salary slip: It's really good to make up for this...
Detailed explanation of NAT/NAPT address translation (internal and external network communication) technology [Huawei eNSP]
leetcode二叉树系列(二)
cannot import name ‘import_string‘ from ‘werkzeug‘【bug解决】
随机推荐
Could you please talk about how the website is accessed?[Interview questions in the web field]
Recommend several methods that can directly translate PDF English documents
ISO14443A读卡流程(作为示例参考)
[NOI Simulation Competition] Paper Tiger Game (Game Theory SG Function, Long Chain Division)
2022-08-02 Analyze RK817 output 32k clock PMIC_32KOUT_WIFI to WiFi module clock register devm_clk_hw_register
Cloud function to achieve automatic website check-in configuration details [Web function/Nodejs/cookie]
Anton Paar安东帕密度计比重计维修DMA35性能参数
TiDB升级与案例分享(TiDB v4.0.1 → v5.4.1)
已解决No module named ‘flask_misaka‘【BUG解决】
Shared_preload_libraries cause many syntaxes not supported
张朝阳对话俞敏洪:谈宇宙、谈焦虑、谈创业、谈退休、谈人生
Detailed explanation of telnet remote login aaa mode [Huawei eNSP]
有坦荡的远方
微信消息从发送到接收,经历了什么?如何防止丢包
csdn图片去水印 | 其他方法无效时的解决方案
B站回应HR称“核心用户都是Loser”、求职者是“白嫖党”:已被劝退
蘑菇书EasyRL学习笔记
抬升市场投资情绪,若羽臣是否还需“自身硬”?
关于#sql#的问题:后面换了一个数据库里面的数据就不能跑了
ShuffleNet v2 network structure reproduction (Pytorch version)