想要更新模型部分参数,但一直提示错误 AttributeError: 'numpy.dtype' object has no attribute '_is_ref_dtype',是为什么?原参数和新参数都是float32
但从你这个错误是不行的,这能看出_is_ref_dtype这个属性没有被创建。你得发一下源码