Skip to content
View JankinTian's full-sized avatar

Block or report JankinTian

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. Awesome-Chinese-NLP Awesome-Chinese-NLP Public

    Forked from crownpku/Awesome-Chinese-NLP

    A curated list of resources for Chinese NLP 中文自然语言处理相关资料

  2. one-network-many-uses one-network-many-uses Public

    Forked from paraschopra/one-network-many-uses

    Four-in-one deep network: image search, image captioning, similar words and similar images using a single model

    Jupyter Notebook

  3. YOLOv3-model-pruning YOLOv3-model-pruning Public

    Forked from Lam1360/YOLOv3-model-pruning

    对 YOLOv3 做模型剪枝(network slimming),对于 oxford hand 数据集(因项目需要),模型剪枝后的参数量减少 80%,Infer 的速度达到原来 2 倍,mAP 基本不变

    Python

  4. VSUA-Captioning VSUA-Captioning Public

    Forked from ltguo19/VSUA-Captioning

    Code for "Aligning Linguistic Words and Visual Semantic Units for Image Captioning", ACM MM 2019

    Python

  5. pumpkin-book pumpkin-book Public

    Forked from datawhalechina/pumpkin-book

    《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book

  6. attention-is-all-you-need-pytorch attention-is-all-you-need-pytorch Public

    Forked from matasuke/attention-is-all-you-need-pytorch

    A PyTorch implementation of the Transformer model in "Attention is All You Need".

    Python