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’.
MindSpore报错"ValueError(invalid literal for int()with base10'the')
文章图片

2 原因分析未按照教程处理数据集,README里说明了需要对数据集添加一行,用来读取40万个单词,每个单词由300维度的词向量来表示。3 解决方法在glove.6B.300d.txt文件的第一行之前插入一行:400000 300
MindSpore报错"ValueError(invalid literal for int()with base10'the')
文章图片

4 总结运行官方教程中model时,尽量做到对照README中的步骤去执行,遗漏了数据处理的步骤可能导致报错。5 参考文档https://gitee.com/mindspore/m...

    推荐阅读