troublemaker-r
troublemaker-r
应该只有中文的预训练模型,现在不知有么有
非常抱歉,已经有段时间没做这个了,不知道模型是否还在。你也可以使用预训练模型微调一下哦,训练时间也不是很久哦。
是不是没配置好,我这边做过时间也有点长了
如果你处理的没错的话,是一样的
参数有size的,depth的,迭代轮数这些的。 @zessi1990
> I got this error while running > python coref.py > > loss = torch.sum(torch.log(torch.sum(torch.mul(probs, gold_indexes), dim=1).clamp_(eps, 1-eps), dim=0) * -1) > **TypeError: log() got an unexpected keyword argument 'dim'**...
I am also meet the same errror.Have you solved it? I am running Win10.
I also have the same bug,maybe you could try to add specific time, it also can run "7 天前“。
> For those who encountered the error "ImportError: numpy.core.multiarray failed to import ". > > The solution is as follows: > `pip install -U numpy` Do you need to import...