mlverse / torch

R Interface to Torch
https://torch.mlverse.org
Other
483 stars 66 forks source link

Solved `out_features` typo in `nn_linear`. #1097

Closed nachodieez closed 10 months ago

nachodieez commented 10 months ago

The public member of nn_linear for the output features should be called out_features instead of out_feature (s was missing). Solved the typo and updated test-nn.R to not fail with the new name.

dfalbel commented 10 months ago

Thanks very much @nachodieez I'll merge as soon as tests run!