Pinned Repositories
ACCV_TinyGAN
BigGAN; Knowledge Distillation; Black-Box; Fast Training; 16x compression
addons
Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
aic2coco
convert ai city challenge dataset to COCO format
ALDA
Code for "Adversarial-Learned Loss for Domain Adaptation"(AAAI2020) in PyTorch.
algo
数据结构和算法必知必会的50个代码实现
Anomaly-Detection-PatchSVDD-PyTorch
anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
fitlog
fitlog是一款在深度学习训练中用于辅助用户记录日志和管理代码的工具
Prototypical-Networks-for-Few-shot-Learning-PyTorch
Implementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch
hnqin-xdu's Repositories
hnqin-xdu/CNND
A pytorch implementation of paper "Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery"
hnqin-xdu/conditional-GAN
this is the pytorch version of Conditional Generative Adversarial Nets
hnqin-xdu/cs229-ps-2018
My solutions to the problem sets of Stanford cs229, 2018
hnqin-xdu/cvpr2016
Learning Deep Representations of Fine-grained Visual Descriptions
hnqin-xdu/FewShotWithoutForgetting
hnqin-xdu/focal_loss_pytorch
A PyTorch Implementation of Focal Loss.
hnqin-xdu/HoMM-Master
Official Code of Paper HoMM: Higher-order Moment Matching for Unsupervised Domain Adaptation (AAAI2020)
hnqin-xdu/HSI_BERT
hnqin-xdu/hsi_toolkit
GatorSense Hyperspectral Image Analysis Toolkit
hnqin-xdu/HyperSpectralToolbox
HyperSpectral Matlab Toolbox forked from Sourceforge
hnqin-xdu/Learning-and-Transferring-Deep-Joint-Spectral-Spatial-Features-for-Hyperspectral-Classification
code for paper "Learning and Transferring Deep Joint Spectral-Spatial Features for Hyperspectral Classification"
hnqin-xdu/matlabHyperspectralToolbox
initial cut
hnqin-xdu/MDDA
Implementation of paper multi-source distilling domain adaptation
hnqin-xdu/medium
Code base for medium articles
hnqin-xdu/MMD-GAN
MMD-GAN: Towards Deeper Understanding of Moment Matching Network
hnqin-xdu/MMD-GAN-1
Improving MMD-GAN training with repulsive loss function
hnqin-xdu/Optimal-Clustering-Framework-for-Hyperspectral-Band-Selection
hnqin-xdu/SSRN
This is a tensorflow and keras based implementation of SSRNs in the IEEE T-GRS paper "Spectral-Spatial Residual Network for Hyperspectral Image Classification: A 3-D Deep Learning Framework".
hnqin-xdu/tf-vaegan
VAE-GAN in Tensorflow
hnqin-xdu/VAEGAN-PYTORCH
VAEGAN from "Autoencoding beyond pixels using a learned similarity metric" implemented in Pytorch. Clean, clear and with comments.