AIAS icon indicating copy to clipboard operation
AIAS copied to clipboard

会有警告信息,是否版本过低导致?

Open joson1205 opened this issue 2 years ago • 0 comments

在运行OcrV3RecognitionExample实例时会提示警告信息,后面是否会做迭代更新? 警告信息如下: [W LegacyTypeDispatch.h:79] Warning: AutoNonVariableTypeMode is deprecated and will be removed in 1.10 release. For kernel implementations please use AutoDispatchBelowADInplaceOrView instead, If you are looking for a user facing API to enable running your inference-only workload, please use c10::InferenceMode. Using AutoDispatchBelowADInplaceOrView in user code is under risk of producing silent wrong result in some edge cases. See Note [AutoDispatchBelowAutograd] for more details. (function operator ())

joson1205 avatar Jul 30 '23 15:07 joson1205