cyy1111-cai
Results
1
comments of
cyy1111-cai
> 您好,我在理解您代码的过程中按照您readme.md文件中的内容将img_tag.txt内容构建为您说的形式: > 1\tab girl,bottle,car > 2\tab boy > 3\tab child,bike > 但是在运行build_vocab.py时出现了 > raise JSONDecodeError("Extra data", s, end) > JSONDecodeError: Extra data > 的错误,我使用的img_tag.txt和您readme.md中提到的完全相同,请问为什么会出现这样的错误呢? I also met this problem....