Mr_Wang
Mr_Wang
hello, @dandelin I have tracked the code at vilt_module.py from the training_step function -> set_task function ``` pl_module.current_tasks = [ k for k, v in pl_module.hparams.config["loss_names"].items() if v >= 1...
hello, I didn't use the pre-training weight of you provided, get the following error: INFO - timm.models.helpers - Loading pretrained weights from url (https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_base_p32_384-830016f5.pth) Downloading: "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_base_p32_384-830016f5.pth" urllib.error.URLError:
我用的Python3编译出错: 错误 7103 error LNK2001: 无法解析的外部符号 "__declspec(dllimport) struct _object \* __cdecl boost::python::detail::init_module(struct PyModuleDef &,void (__cdecl*)(void))" (__imp_?init_module@detail@python@boost@@YAPEAU_object@@AEAUPyModuleDef@@P6AXXZ@Z) D:\caffe-windows-master\buildVS2013\python_caffe.obj pycaffe
您好,非常感谢您的工作! 但是想请问一下,如何对更一般的句子做预测,而不是docred的测试集 如只提供这个句子中:A man wear white clothes play cricket 抽取出关系: wear 或者 play? 或者需要去构造docred数据集的格式? 感谢!