MindSpore报错"ValueError(invalid literal for int()with base10'the')
【MindSpore报错"ValueError(invalid literal for int()with base10'the')】1 报错描述1.1 系统环境Hardware Environment(Ascend/GPU/CPU): GPUSoftware Environment:– MindSpore version (source or binary): 1.2.0– Python version (e.g., Python 3.7.5): 3.7.5– OS platform and distribution (e.g., Linux Ubuntu 16.04): Ubuntu 4.15.0-74-generic– GCC/Compiler version (if compiled from source):1.2 基本信息1.2.1源码https://gitee.com/mindspore/m...报错报错信息:ValueError:invalid literal for int()with base10’the’.
文章图片
2 原因分析未按照教程处理数据集,README里说明了需要对数据集添加一行,用来读取40万个单词,每个单词由300维度的词向量来表示。3 解决方法在glove.6B.300d.txt文件的第一行之前插入一行:400000 300
文章图片
4 总结运行官方教程中model时,尽量做到对照README中的步骤去执行,遗漏了数据处理的步骤可能导致报错。5 参考文档https://gitee.com/mindspore/m...
推荐阅读
- MindSpore报错"RuntimeError: Unexpected error. Inconsistent batch..
- MindSpore报错"RuntimeError: Invalid data, Page size."
- MindSpore数据增强后,内存不足,自动退出
- MindSpore网络自定义反向报错(TypeError: The params of function 'bprop' of)
- 【NeRF】基于Mindspore的NeRF实现
- 【MindSpore易点通】深度学习系列-经典卷积神经网络
- MindSpore报TypeError: Cannot joined the return values
- OpenCV|OpenCV Android Could not find SURF 图片匹配报错
- php版本错误导致的报错
- http|Centos 7 安装MySQL报错(The GPG keys listed for the “MySQL 5.7 Community Server“ repository are)