编译报错
先按照指引cmake,有test failed,但是完成了。
Selecting Windows SDK version to target Windows 10.0.19042.
CMake Deprecation Warning at CMakeLists.txt:28 (cmake_policy):
The OLD behavior for policy CMP0074 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.2 (found version "10.2")
CUDA_NVCC_FLAGS: -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_75,code=compute_75
Found TensorRT: D:/Software/TensorRT-7.2.1.6.Windows10.x86_64.cuda-10.2.cudnn8.0/TensorRT-7.2.1.6/lib/nvinfer.lib;D:/Software/TensorRT-7.2.1.6.Windows10.x86_64.cuda-10.2.cudnn8.0/TensorRT-7.2.1.6/lib/nvinfer_plugin.lib;D:/Software/TensorRT-7.2.1.6.Windows10.x86_64.cuda-10.2.cudnn8.0/TensorRT-7.2.1.6/lib/nvonnxparser.lib;D:/Software/TensorRT-7.2.1.6.Windows10.x86_64.cuda-10.2.cudnn8.0/TensorRT-7.2.1.6/lib/nvparsers.lib (found version "7.2.1")
Using the single-header code from D:/Projects/tencent_forward/Forward/source/third_party/json/single_include/
Use HDF5 on third_party: D:/Projects/tencent_forward/Forward/source/third_party/hdf5
Warnings Configuration: default: /DWIN32 /D_WINDOWS /W3 : /DWIN32 /D_WINDOWS /W3 /GR /EHsc /W3 /WX-
Check for STD namespace
Check for STD namespace - found
Performing CXX Test OLD_HEADER_FILENAME - Failed
Performing CXX Test HDF_NO_NAMESPACE - Failed
Performing CXX Test HDF_NO_STD - Failed
Performing CXX Test BOOL_NOTDEFINED - Failed
Performing CXX Test NO_STATIC_CAST - Failed
Performing CXX Test CXX_HAVE_OFFSETOF - Failed
Configuring done
Generating done
然后在项目生成的时候报错:
严重性 代码 说明 项目 文件 行
错误 C2664 “void std::vector<fwd::NamedTensor,std::allocator<_Ty>>::push_back(const fwd::NamedTensor &)”: 无法将参数 1 从“initializer list”转换为“fwd::NamedTensor &&” trt_engine D:\Projects\tencent_forward\Forward\source\trt_engine\trt_engine\trt_buffer_manager.h 116
错误 C1083 无法打开源文件: “D:\Projects\tencent_forward\Forward\build\source\third_party\hdf5\H5Tinit.c”: No such file or directory hdf5 D:\Projects\tencent_forward\Forward\build\source\third_party\hdf5\src\c1 1
错误 C2664 “nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::parse(nlohmann::detail::input_adapter &&,const std::function<bool (int,nlohmann::detail::parser<nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>>::parse_event_t,BasicJsonType &)>,const bool)”: 无法将参数 1 从“std::string”转换为“nlohmann::detail::input_adapter &&” fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 72
错误 C2679 二进制“=”: 没有找到接受“std::string”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 147
错误 C2679 二进制“=”: 没有找到接受“bool”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 166
错误 C2679 二进制“=”: 没有找到接受“std::string”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 175
错误 C2679 二进制“=”: 没有找到接受“std::basic_string<char,std::char_traits<char>,std::allocator<char>>”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 205
错误 C2679 二进制“=”: 没有找到接受“const char [11]”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 206
错误 C2679 二进制“=”: 没有找到接受“const std::string”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 209
错误 C2679 二进制“=”: 没有找到接受“std::vector<std::vector<std::vector<std::string,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>,std::allocator<std::vector<std::vector<_Ty,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>>>”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.cpp 213
错误 C2666 “fwd::operator ==”: 3 个重载有相似的转换 fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.h 62
错误 C2666 “fwd::operator ==”: 3 个重载有相似的转换 fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.h 62
错误 C2666 “fwd::operator ==”: 3 个重载有相似的转换 fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\keras_cpp_api.h 62
错误 C2664 “void std::vector<fwd::TrtLayerOutput,std::allocator<_Ty>>::push_back(const fwd::TrtLayerOutput &)”: 无法将参数 1 从“initializer list”转换为“fwd::TrtLayerOutput &&” fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\trt_keras_parser.cpp 157
错误 C2679 二进制“=”: 没有找到接受“initializer list”类型的右操作数的运算符(或没有可接受的转换) fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\trt_keras_parser.cpp 177
错误 C2664 “void std::vector<fwd::TrtLayerOutput,std::allocator<_Ty>>::push_back(const fwd::TrtLayerOutput &)”: 无法将参数 1 从“initializer list”转换为“fwd::TrtLayerOutput &&” fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\trt_keras_parser.cpp 185
错误 C2664 “void std::vector<fwd::TrtLayerOutput,std::allocator<_Ty>>::push_back(const fwd::TrtLayerOutput &)”: 无法将参数 1 从“initializer list”转换为“fwd::TrtLayerOutput &&” fwd_keras D:\Projects\tencent_forward\Forward\source\fwd_keras\keras_cvt\trt_keras_parser.cpp 201
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::from_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C2131 表达式的计算结果不是常数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::to_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::from_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C2131 表达式的计算结果不是常数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::to_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::from_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C2131 表达式的计算结果不是常数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C4579 'nlohmann::detail::static_const<nlohmann::detail::to_json_fn>::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2235
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2780 “unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”: 应输入 2 个参数,却提供了 1 个 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2893 未能使函数模板“unknown-type nlohmann::adl_serializer<T,void>::from_json(BasicJsonType &&,ValueType &) noexcept(<expr>)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2513
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “ValueType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept(<expr>) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “BasicJsonType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “ValueType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept(<expr>) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “BasicJsonType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “ValueType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept(<expr>) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “BasicJsonType nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2783 “nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer> nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) const”: 未能为“__formal”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept const”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2893 未能使函数模板“unknown-type nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::get(void) noexcept”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 2516
错误 C2784 “const _Ty *std::begin(const std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“const std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(_Ty (&)[_Size]) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“_Ty (&)[_Size]”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(const _Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(_Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “const _Elem *std::begin(std::initializer_list<_Elem>) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::initializer_list<_Elem>”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2039 “iterator_category”: 不是“nlohmann::detail::iterator_traits<unknown-type,void>”的成员 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2146 语法错误: 缺少“>”(在标识符“iterator_category”的前面) fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “const _Ty *std::begin(const std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“const std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(_Ty (&)[_Size]) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“_Ty (&)[_Size]”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(const _Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(_Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “const _Elem *std::begin(std::initializer_list<_Elem>) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::initializer_list<_Elem>”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2039 “iterator_category”: 不是“nlohmann::detail::iterator_traits<unknown-type,void>”的成员 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2146 语法错误: 缺少“>”(在标识符“iterator_category”的前面) fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “const _Ty *std::begin(const std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“const std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(std::valarray<_Ty> &)”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::valarray<_Ty> &”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “_Ty *std::begin(_Ty (&)[_Size]) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“_Ty (&)[_Size]”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(const _Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2893 未能使函数模板“unknown-type std::begin(_Container &)”专用化 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2784 “const _Elem *std::begin(std::initializer_list<_Elem>) noexcept”: 未能从“add_rvalue_reference<const ContiguousContainer>::type”为“std::initializer_list<_Elem>”推导 模板 参数 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2039 “iterator_category”: 不是“nlohmann::detail::iterator_traits<unknown-type,void>”的成员 fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
错误 C2146 语法错误: 缺少“>”(在标识符“iterator_category”的前面) fwd_keras D:\Projects\tencent_forward\Forward\source\third_party\json\single_include\nlohmann\json.hpp 4290
一共失败了3个
10>------ 已启动全部重新生成: 项目: ALL_BUILD, 配置: Debug x64 ------
10> Building Custom Rule D:/Projects/tencent_forward/Forward/CMakeLists.txt
========== 全部重新生成: 成功 7 个,失败 3 个,跳过 0 个 ==========
这是什么原因?请问怎么解决?
Environment
TensorRT Version: 7.2.1.6
NVIDIA GPU: RTX 2080 SUPER
NVIDIA Driver Version: 441.22
CUDA Version: 10.2
CUDNN Version: 8.2.0.53
Operating System: Windows 10 专业版
Python Version: 3.8.5