caiolibanio
Results
2
comments of
caiolibanio
> For the second one, the error is cryptic. It looks like x is not a tensor. Can you add a line with print(type(x)) or print(x) to check the type...
> @khusainovaidar and @caiolibanio It could be an arguments order problem, try rewriting the command like this: > > ``` > python recasepunc.py eval valid.case+punc.x valid.case+punc.y bertugan_casepunc.24000 > ``` >...