HashingDeepLearning
HashingDeepLearning copied to clipboard
Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
Hi there! I am working on a PyTorch implementation of SLIDE. I'm currently trying to compare its performance against SLIDE. I'm faced with a few doubts/issues while evaluating SLIDE, and...
It seems Layer::_bias is disconnected from Node::_bias so Layer::_bias is not being updated or saved to file. This PR corrects that
In code I doesn't have the weight.npz and savedweight.npz files, Any one know where I find it, please?
A quick gdb points to: https://github.com/keroro824/HashingDeepLearning/blob/b7b3bba9bab1fb0e70de7644daa9e2312f21de82/SLIDE/Layer.cpp#L453 on layerindex=0, activeValuesperlayer[layerIndex] is 0x0 stdout: ```new Network new Layer new Node array 128 24921 new Layer new Node array 670091 1.92284e+06 after layer...
I want ask Where we can find weight and savedweight files which included as path in confing file?
Segfault
This looks very interesting, but I'm unable to successfully run the example. I modified the `trainData`, `testData`, and `logFile` paths of the config file appropriately. Valgrind reports this: ``` ==12259==...
I am trying to run the SLIDE (cpp implementation) per the steps in the readme, while with below configuration, is all failed, the platform I am using is a Xeon-SKX,...
Hello Beidi Chen: My name Yongtao Huang, an intern in VMware china. I heard about that your new paper () have been accepted by ICLR2021. Congratulation. I meet some error...
After reading the paper I believe the approach here is Open MPI? If so would CPU parallelism be an option here or would network-bound IPC become the limiting factor? I...
I propose to add a new "Fork" section in the README, to include the [GoSLIDE](https://github.com/nlpodyssey/goslide) Go port I am working on.