Results 14 comments of JierunChen

@TobyRoseman Hi, I've updated the feature request and posted a standalone use case. Thanks!

> @JierunChen Hello, do you have a workaround for this problem? I temporally use torch.cat to concatenate a series of fragments. But it probably would be slower.

I encounter the same issue using coremltools 5.2.

> We have released evaluation code of some tasks in [here](https://github.com/microsoft/unilm/pull/1193#issue-1800428980). Thanks for your hard work. Could you continue to release the remaining evaluation code? It would be a valuable...

@donglixp @pengzhiliang I do not have a strict preference and you may prioritize at your best convenience. The evaluation code is requested for the following tasks: 1. Referring expression generation...

After running `pip install --upgrade --user pydantic` I got the following error: thinc 8.0.13 requires pydantic!=1.8,!=1.8.1,=1.7.4, but you have pydantic 2.0.2 which is incompatible. spacy 3.2.2 requires pydantic!=1.8,!=1.8.1,=1.7.4, but you...

@zzf-damon hi, 请问你那边可以调用lyrics了吗

> I used my own model and got the following error: > > CoreMLPerformance/Predictor.swift:19: Fatal error: Unexpectedly found nil while unwrapping an Optional value I fixed the issue by setting...

It works for me to downgrade pytorch1.0.1 with cuda10 to pytorch0.4.1 with cuda9.0. Also make sure the cudatoolkit and nvidia driver installed in the system match with your pytorch version.