当前位置:网站首页>【debug锦集】Expected input batch_size (1) to match target batch_size (0)
【debug锦集】Expected input batch_size (1) to match target batch_size (0)
2022-07-31 04:31:00 【雪天鱼】
我是雪天鱼,一名FPGA技术爱好者,B站账号:https://space.bilibili.com/397002941?spm_id_from=333.1007.0.0
(1)由于输入到 loss函数的label不满足要求格式导致
loss = criterion(output, label)
这里的label是tensor类型,元素个数要与种类个数对应,如四分类,则 label=[1,0,0,0]、[0,1,0,0]、[0,0,1,0]、[0,0,0,1] 这样 ,即与预测的输出是一个样子,size和dtype都要一致:
预测输出:
报错details:
解决方法:
手动调整下label即可
边栏推荐
- (八)Math 类、Arrays 类、System类、Biglnteger 和 BigDecimal 类、日期类
- Component pass value provide/inject
- MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
- VScode+ESP32快速安装ESP-IDF插件
- ClickHouse:设置远程连接
- The use of beforeDestroy and destroyed
- HCIP Day 10_BGP Route Summary Experiment
- [Swift] Customize the shortcut that pops up by clicking the APP icon
- MATLAB/Simulink&&STM32CubeMX工具链完成基于模型的设计开发(MBD)(三)
- Exsl file preview, word file preview web page method
猜你喜欢
行业落地呈现新进展 | 2022开放原子全球开源峰会OpenAtom OpenHarmony分论坛圆满召开
C语言从入门到如土——数据的存储
[C language] General method of base conversion
Solved (the latest version of selenium framework element positioning error) NameError: name 'By' is not defined
微信小程序使用云函数更新和添加云数据库嵌套数组元素
C language from entry to such as soil, the data store
SOLVED: After accidentally uninstalling pip (two ways to manually install pip)
ENSP,划分VLAN、静态路由,三层交换机综合配置
MySQL数据库必会的增删查改操作(CRUD)
VScode+ESP32 quickly install ESP-IDF plugin
随机推荐
VScode+ESP32快速安装ESP-IDF插件
volatile内存语义以及实现 -volatile写和读对普通变量的影响
MySQL to revise the root password
简易网络文件拷贝的C实现
已解决(最新版selenium框架元素定位报错)NameError: name ‘By‘ is not defined
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
Error EPERM operation not permitted, mkdir ‘Dsoftwarenodejsnode_cache_cacach两种解决办法
从零开始,一镜到底,纯净系统搭建除草机(Grasscutter)
Win10 CUDA CUDNN installation configuration (torch paddlepaddle)
Redis counts new and retained users
interprocess communication
C# 实现PLC的定时器
The third is the code to achieve
慧通编程第4关 - 魔法学院第6课
MATLAB/Simulink&&STM32CubeMX工具链完成基于模型的设计开发(MBD)(三)
ClickHouse: Setting up remote connections
Unity打灵狐者
unity2d game
Safety 20220715
Redis uses sorted set to cache latest comments