xl-sr's Stars
anvoynov/BigGANsAreWatching
Authors official implementation of "Big GANs Are Watching You" pre-print
hyperopt/hyperopt
Distributed Asynchronous Hyperparameter Optimization in Python
xuebinqin/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
HongguangZhang/SalNet-cvpr19-master
Pytorch Implementation of CVPR19 "Few-shot Learning via Saliency-guided Hallucination of Samples"
ajbrock/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
google-research/arxiv-latex-cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
jaxony/unet-pytorch
U-Net implementation for PyTorch based on https://arxiv.org/abs/1505.04597
OATML/oatomobile
A research framework for autonomous driving
rbgirshick/yacs
YACS -- Yet Another Configuration System
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
Schlumberger/joint-vae
Pytorch implementation of JointVAE, a framework for disentangling continuous and discrete factors of variation :star2:
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
bhpfelix/Variational-Autoencoder-PyTorch
Variational Autoencoder implemented with PyTorch, Trained over CelebA Dataset
facebookresearch/InvariantRiskMinimization
PyTorch code to run synthetic experiments.
hakimel/reveal.js
The HTML Presentation Framework
dagrejs/dagre
Directed graph layout for JavaScript
autonomousvision/data_aggregation
This repository contains the code for the CVPR 2020 paper "Exploring Data Aggregation in Policy Learning for Vision-based Urban Autonomous Driving"
elvisyjlin/AttGAN-PyTorch
AttGAN PyTorch Arbitrary Facial Attribute Editing: Only Change What You Want
pimdh/causal-confusion
Code for paper Causal Confusion in Imitation Learning
AliaksandrSiarohin/first-order-model
This repository contains the source code for the paper First Order Motion Model for Image Animation
ashedwards/ILPO
Official implementation of ICML paper Imitating Latent Policies from Observation
mechatroner/rainbow_csv
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
fastai/fastbook
The fastai book, published as Jupyter Notebooks
IDSIA/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
astooke/rlpyt
Reinforcement Learning in PyTorch
zhaoxin94/awesome-domain-adaptation
A collection of AWESOME things about domian adaptation
dfdazac/monet
Object representation learning
stelzner/monet
An implementation of the MONet model for unsupervised scene decomposition in PyTorch
ikostrikov/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
IntelLabs/coach
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms