wqrray

Results 4 comments of wqrray

Hi, @HusainKapadia, @NorbertDorbert, @mazatov Did you find the solution for this problem? I met up with the same problem when using this repo, I'm using 1080 Ti and the training...

@flyingpot I have checked the Bin_LeNet code and find it only uses xnor in the test part, which means that xnor is not used in the training part. I'm now...

@flyingpot According to the paper, the author tries to use xnor in both forward and backward to accelerate training, so I try to implement that. I also have the problem...

@flyingpot Thank you for answering these questions! I now wonder if the xnor acceleration can really be implemented. I also try Torch in Lua based on the author's code, but...