记录一下将tiny-cnn框架从V14版本回退到V10路上遇到的坎坷以及解决方案:
1. Specified platform toolset (v110) is not installed
在configuration properties->General->Platform Toolset中选择比较低的版本或者本地已经安装的就可以

2. error : Element <EnableEnhancedInstructionSet> has an invalid value of “NoExtensions”
选择Configuration Properties->C/C++->Code Generation->Enable Enhanced Instruction Set选择Not Set即可。
本文记录了从Tiny-CNN V14版本回退到V10版本过程中遇到的问题及解决办法,包括PlatformToolset版本不匹配和EnableEnhancedInstructionSet设置错误的详细解决方案。

被折叠的 条评论
为什么被折叠?



