79172640

Date: 2024-11-09 11:32:36
Score: 0.5
Natty:
Report link

A simple solution is to remove the nn.Sequential() wrapper from self.fnn

self.fnn = nn.Linear(7*7*64, 10, bias=True)

nn.init.xavier_uniform_(self.fnn.weight)
Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cbspace