📊 三种错误类型对比表)(注:ValueError: Target size (torch.Size([4, 512, 512, 1])) must be the same as input size (torch.Size([4, 1, 512, 512])))对比维度AttributeErrorTypeErrorIndexError中文名称属性错误类…
目录
学习日志|Day 3
一、#define vs typedef vs using vs 引用&
1. 简要回答
2. 详细解释
1)#define
2)typedef
3)C11 using(现代 C 的首选方式)
4)typedef 与 引用(re…