You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
small fix: torch.nn.Parameter instead of nn.Linear (#1302)
* nn.Linear module is not defined in Polynomial3 model.
* torch.nn.Parameter is used to defined the members of the model
Co-authored-by: Brian Johnson <brianjo@fb.com>
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
0 commit comments