Skip to content
View wangershi's full-sized avatar

Block or report wangershi

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

Popular repositories Loading

  1. compareCTCDecoder compareCTCDecoder Public

    compare three CTC decoder, that is greedy decoder, beam decoder and prefix beam decoder

    Python 19 6

  2. analyzeChineseFund analyzeChineseFund Public

    The fund is the portfolio of stocks and other assets, we can analyze the relation of two funds by cossine of stock array.

    Python 11 2

  3. testBNInMultiGPU testBNInMultiGPU Public

    test Batch Normalization in multi GPU

    Python 7 2

  4. ckpt2npy ckpt2npy Public

    Python 3 2

  5. im2col im2col Public

    Python implemention to illustrated im2col, which used in Conv2D computation.

    Python 2

  6. HashTable HashTable Public

    Use HashTable to count the string array, quickly when the array is big and complicate.

    C++