Skip to content
View dchiji's full-sized avatar
Block or Report

Block or report dchiji

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dchiji-ntt/iterand dchiji-ntt/iterand Public

    Official implementation for "Pruning Randomly Initialized Neural Networks with Iterative Randomization"

    Python 10 2

  2. kyeeva kyeeva Public

    Distributed KVS -- Kyeeva

    Erlang 12 3

  3. Skip Graph in Erlang Skip Graph in Erlang
    1
    -module(sg).
    2
    -export([start/0, start/1, get_node/0, find_/1, put_/2, get_/1, get_/2]).
    3
     
    4
    -define(error(X), (begin io:format("*** ERROR ~p ~p   ~p~n", [?MODULE, ?LINE, X]) end)).
    5
    -define(debug(X), (begin io:format("*** DEBUG ~p ~p   ~p~n", [?MODULE, ?LINE, X]) end)).
  4. sparse_module sparse_module Public

    A PyTorch module to find strong lottery tickets in any network architectures.

    Python