AssertionError: Attempted unscale_ but _scale is None. This may indicate your script did not use scaler.scale(loss or outputs) earlier in the iteration.

使用Accelerator引发的错误,在Debug时重点关注以下两处:

(1)

accelerator = Accelerator(fp16=True)

需要修改为:

accelerator = Accelerator(fp16=False)

(2)

loss.backword()

需要修改为:

accelerator.backward(loss) 

AssertionError: Attempted unscale_ but _scale is None相关推荐

  1. c# 传递Null的string值导致的调用C++的dll报错 Attempted to read or write protected memory.

    c# 调用C++的dll报错 Attempted to read or write protected memory: 原因是:c# 传递Null的string值导致的,将Null改为string.e ...

  2. [译][python]ImportError:attempted relative import with no known parent package

    前言 在这篇文章中,我将会解析 ImportError: attempted relative import with no known parent package 这个异常的原因.当你在运行的py ...

  3. Attempted to access a cursor after it has been clo

    为什么80%的码农都做不了架构师?>>>    http://blog.csdn.net/ID19870510/article/details/7682030 [html]  vie ...

  4. java.io.IOException: Attempted read from closed stream. 异常,解决

    在HttpClient请求的时候,返回结果解析时出现java.io.IOException: Attempted read from closed stream. 异常,解决 原因是EntityUti ...

  5. 【Android】java.lang.AssertionError use looper thread, must call Looper.prepare() first!异常分析

    java.lang.AssertionError: use looper thread, must call Looper.prepare() first! 在消息处理中必须先调用Looper类的pr ...

  6. linux 开机提示 Kernel panic - not syncing: Attempted to kill init! 解决方案

    原因极可能是:"在设置selinux的时候,是不是位置写错了,应该修改SELINUX行,而不是SELINUXTYPE" 问题:开机提示"Kernel panic - no ...

  7. AssertionError: backend 'postgresql' unavailable 与 AssertionError: backend 'mysql' unavailable

    Openstack 版本:Queens 我在运行neutron-fwaas 与tap-as-a-service的单元测试时都遇到了这个问题 AssertionError: backend 'mysql ...

  8. Attempted relative import in non-package

    Attempted relative import in non-package C:\Users\libanggeng\AppData\Local\Continuum\Miniconda3\envs ...

  9. an unsupported operation was attempted问题解决

    今天打算自绘MFC的界面时,建了个测试对话框试了下,在删除了一个IDC_STATIC控件后,程序运行起来出错了,DEBUG了一下弹出an unsupported operation was attem ...

最新文章

  1. ISA三向外围网络模板说明
  2. 新版中青——青龙羊毛
  3. RL之DQN:基于TF训练DQN模型玩“打砖块”游戏
  4. 复现经典:《统计学习方法》第12章 监督学习方法总结
  5. linux读取每条内存使用,Linux c读取系统内存使用信息
  6. 高性能JavaScript 读书笔记
  7. 大端字节序码流中取出2字节_产生字节码
  8. python的字符串包括哪些_python公开课|Python字符串包含什么,我们应该怎么用
  9. 4. PHP递增/递减运算符
  10. C++语言string类介绍和示例
  11. please upgrade your plan to create a new private reposiory
  12. 使用pymongo连接mongodb时报错:pymongo.errors.OperationFailure: not authorized
  13. 转(matlab绘制不同形状)
  14. C4D R25版本的新特性+下载体验
  15. LazyT——C#基础知识回顾
  16. 自动采集的网站源码-自动采集发布的电影小说新闻网站程序源码
  17. 开源网络模拟器资源统计列表
  18. Splay Tree伸展树
  19. 聪明的笨鸟(人-AI试验版)
  20. 1972年图灵奖--埃德斯加·狄克斯特拉生平

热门文章

  1. 图形的逻辑思维题分类以及思路
  2. 月入万元的自由程序员 (转电脑报)
  3. PE新物种:从投基金到投管理机构,详解GP Stake-投资占股模式
  4. 第三方短信平台服务提供商是什么?
  5. 求当前高度=n时,值x=多少?求解题思路
  6. 平板电脑如何刷linux,手把手教你六步刷系统
  7. postgrepsql 安装失败
  8. 【Python】唯品会购买商品
  9. Laya.TextInput组件中禁用后改变输入框背景色和文字颜色
  10. vue3安装vuex报错: Could not resolve dependency npm ERR peer vue@“^2.0.0“ from vuex@3.6.2