heany's starred repositories
How-To-Ask-Questions-The-Smart-Way
本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。
pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
pdfplumber
Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
loss-landscape
Code for visualizing the loss landscape of neural nets
multi-task-learning-example
A multi-task learning example for the paper https://arxiv.org/abs/1705.07115
pytorch-segmentation-detection
Image Segmentation and Object Detection in Pytorch
fair_self_supervision_benchmark
Scaling and Benchmarking Self-Supervised Visual Representation Learning
Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.
Lottery-Ticket-Hypothesis-in-Pytorch
This repository contains a Pytorch implementation of the paper "The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks" by Jonathan Frankle and Michael Carbin that can be easily adapted to any model/dataset.
swapping-autoencoder-pytorch
Unofficial implementation of Swapping Autoencoder for Deep Image Manipulation (https://arxiv.org/abs/2007.00653) in PyTorch
DeepLab-v3-plus-cityscapes
mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
deeplab_v2
基于v2版本的deeplab,使用VGG16模型,在VOC2012,Pascal-context,NYU-v2等多个数据集上进行训练
Dynamic_multi-task-learning
Multi-Task Learning Using Dynamic Weights of Tasks for Face Recognition withFacial Expression
PCGrad-PyTorch
PyTorch implementation for "Gradient Surgery for Multi-Task Learning" https://arxiv.org/abs/2001.06782
visdom_logger
Wrapper to use visdom as logger when training ML models