pkuwudi

Results 3 issues of pkuwudi

运行bart模型导出的例子:https://github.com/bytedance/lightseq/blob/master/lightseq/inference/README.md python export/huggingface/hf_bart_export.py 报错: Traceback (most recent call last): File "huggingface/hf_bart_export.py", line 12, in from export.proto.transformer_pb2 import Transformer ModuleNotFoundError: No module named 'export' 为什么export/proto/transformer_pb2.py 这个文件不能import? 请问该如何解决。

Hi there, I'm using community model 'bert-base-chinese' from HuggingFace to finetune masked LMs and I get the following error: ValueError: Model 'BertForMaskedLMOptimized' is not supported by the scorer 'RegressionFinetuner'. -...

请问prog_bpr_gru_spatial.py如果根据得到的模型得到相应的预测结果。 [_, sub_all_sus] = model.predict(start_end)得到的结果中每行数据对应哪个用户的哪个item