pytorch-flows
Density estimator library
PyTorch implementations of algorithms for density estimation using invertible transformations.
PyTorch implementations of algorithms for density estimation
576 stars
18 watching
75 forks
Language: Python
last commit: over 3 years ago deep-learningdensity-estimationneural-networksprobabilitiespytorch
Related projects:
Repository | Description | Stars |
---|---|---|
karpathy/pytorch-made | An implementation of a masked autoencoder density estimation model in PyTorch | 539 |
ikostrikov/pytorch-trpo | A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 433 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
clementpinard/flownetpytorch | PyTorch implementation of a neural network architecture for estimating the optical flow between frames in videos | 850 |
anuragranj/back2future.pytorch | An implementation of unsupervised learning for multi-frame optical flow with occlusions using PyTorch. | 111 |
hassony2/kinetics_i3d_pytorch | Transfers pre-trained I3D network weights from TensorFlow to PyTorch | 528 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
lotayou/densebody_pytorch | An implementation of CloudWalk's DenseBody paper using PyTorch | 411 |
jmtomczak/vae_vpflows | A PyTorch implementation of volume-preserving flows for variational autoencoders. | 90 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
robotlocomotion/pytorch-dense-correspondence | This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 558 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
ikostrikov/pytorch-ddpg-naf | An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
mks0601/3dmppe_posenet_release | A PyTorch implementation of a deep learning model for 3D multi-person pose estimation from a single RGB image | 821 |