by stablemap on 12/6/19, 5:08 PM with 16 comments
by jspisak on 12/6/19, 6:59 PM
by scythe on 12/6/19, 11:17 PM
I guess academics like familiarity and Lua insistently refuses to be like other languages (arrays and maps in one type, 1-based arrays, nonstandard builtin patterns, etc).
by amrrs on 12/6/19, 7:25 PM
by zapnuk on 12/7/19, 12:27 AM
The forward function of the conv net should use:
t3 = self.fc(t2)
instead of:
t3 = self.fc(t1)
AFAIK the nn.functional.relu function is NOT inplace by default [1]
by foxes on 12/6/19, 11:18 PM