Open hitchcockx opened 2 years ago
我们有一个bert模型,但是是基于标准bert模型,做了一些网络结构上的修改,可以支持吗? 我现在运行模型,好像报错: AttributeError: 'RecursiveScriptModule' object has no attribute 'embeddings'
支持的,可以让embedding用pytorch运行。你参考一下roberta例子即可。
我们有一个bert模型,但是是基于标准bert模型,做了一些网络结构上的修改,可以支持吗? 我现在运行模型,好像报错: AttributeError: 'RecursiveScriptModule' object has no attribute 'embeddings'