@ -24,7 +24,7 @@ class MLP(nn.Module):
def forward(self, x):
x = x.view(x.size(0), -1)
return self.layers(x)
return self.layers(x.float())
class PlantsDataset(Dataset):
The note is not visible to the blocked user.