Jordi de la Torre
Jordi de la Torre
Great! Do we have any information about the language percentages of the database or should be considered a "main English" database?
On Pytorch 0.3.1.post2 With tensors works fine: ``` a = torch.FloatTensor() b = torch.rand(2,3) a=torch.cat([a.clone(),b]) ``` With Variables ERROR: ``` a = torch.autograd.Variable(torch.FloatTensor(), requires_grad=True) b = torch.autograd.Variable(torch.rand(2,3), requires_grad=True) a=torch.cat([a.clone(),b]) ```...
Thank you redmcy for your feed back. I understand the argument of not having enough data for training. In any case, if it was possible to train them for the...
Do we have any performance values using maia9 for example with 16, 32, 64, 128, etc. tree search values instead of 1?