Augenstern

Results 3 issues of Augenstern

in the file Model.py, the forward function of class ParserModel, `arc_logit = self.arc_biaffine(x_arc_dep, x_arc_head)` and in the file Layer.py, the forward function of class Biaffine, `biaffine = torch.transpose(torch.bmm(affine, input2), 1,...

I don't have English Penn Treebank datasets, so I used Chinese Penn Treebank and UD 2.0 datasets (convert to conll-format). But when I trained this network, I can't get a...