ojmakke
Results
2
issues of
ojmakke
Hello, I am new to Lua here. I have a receiver side code: ``` local socket = require("socket") local ip, port = "127.0.0.1", 9999 local udp = assert(socket.udp()) udp:setsockname(ip, port)...
Hello, The last layer for MNIST is Linear, not BinarizeLinear, this will cause the weights to not necessarily be binary, correct? Also, for the batch normalization layer, its parameters are...