SLIDE

We post all updates to SLIDE Project here.

To update submodules:

  1. $ git submodule init
  2. $ git submodule update
  3. To update the HashingDeepLearning repo cd into its directory and run $ git pull origin master and commit the result, to update the SLIDE_opt_ia repo cd into its directory and run $ git pull origin prv_opt_ia and commit the result.

Links to Repositories

  1. The original slide code MLSys 2020 can be found here.
  2. The optimized slide MLSys 2021 code can be found here. Please note this requires ICC compiler. Refer to README.Intel.md file in the repository.
  3. Negative Sampling ICML 2021 code can be found here. Please note this requires ICC compiler.