bampt (bAmpT)

bAmpT

Geek Repo

Location:Berlin

Github PK Tool:Github PK Tool

bampt's starred repositories

vit-pytorch

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

Language:PythonLicense:MITStargazers:18439Issues:144Issues:257

deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:12061Issues:338Issues:288

py-spy

Sampling profiler for Python programs

Language:RustLicense:MITStargazers:12009Issues:110Issues:346

xformers

Hackable and optimized Transformers building blocks, supporting a composable construction.

Language:PythonLicense:NOASSERTIONStargazers:7826Issues:77Issues:485

PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.

Language:PythonLicense:Apache-2.0Stargazers:6123Issues:43Issues:81

lightning-hydra-template

PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡

LightGlue

LightGlue: Local Feature Matching at Light Speed (ICCV 2023)

Language:PythonLicense:Apache-2.0Stargazers:3084Issues:50Issues:100

pyodbc

Python ODBC bridge

Language:C++License:MIT-0Stargazers:2869Issues:122Issues:1042

Self-Attention-GAN

Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)

TimeSformer

The official pytorch implementation of our paper "Is Space-Time Attention All You Need for Video Understanding?"

Language:PythonLicense:NOASSERTIONStargazers:1452Issues:27Issues:127

dreamerv3

Mastering Diverse Domains through World Models

Language:PythonLicense:MITStargazers:1085Issues:25Issues:111

NVAE

The Official PyTorch Implementation of "NVAE: A Deep Hierarchical Variational Autoencoder" (NeurIPS 2020 spotlight paper)

Language:PythonLicense:NOASSERTIONStargazers:983Issues:16Issues:46

mpc.pytorch

A fast and differentiable model predictive control (MPC) solver for PyTorch.

Language:PythonLicense:MITStargazers:812Issues:33Issues:38

MTR

MTR: Motion Transformer with Global Intention Localization and Local Movement Refinement, NeurIPS 2022.

Language:PythonLicense:Apache-2.0Stargazers:593Issues:32Issues:86

LaPreprint

📝 A nicely formatted LaTeX preprint template

Language:TeXLicense:MITStargazers:511Issues:7Issues:26

geometric-gnn-dojo

Geometric GNN Dojo provides unified implementations and experiments to explore the design space of Geometric Graph Neural Networks.

Language:Jupyter NotebookLicense:MITStargazers:437Issues:10Issues:6

vdvae

Repository for the paper "Very Deep VAEs Generalize Autoregressive Models and Can Outperform Them on Images"

Language:PythonLicense:MITStargazers:429Issues:129Issues:18

LAV

(CVPR 2022) A minimalist, mapless, end-to-end self-driving stack for joint perception, prediction, planning and control.

Language:PythonLicense:Apache-2.0Stargazers:387Issues:12Issues:43

mile

PyTorch code for the paper "Model-Based Imitation Learning for Urban Driving".

Language:PythonLicense:MITStargazers:323Issues:4Issues:43

trajdata

A unified interface to many trajectory forecasting datasets.

Language:PythonLicense:Apache-2.0Stargazers:280Issues:14Issues:29

Efficient-VDVAE

Official Pytorch and JAX implementation of "Efficient-VDVAE: Less is more"

Language:PythonLicense:MITStargazers:187Issues:6Issues:17
Language:PythonLicense:Apache-2.0Stargazers:185Issues:7Issues:8

Stabilizing_GANs

Code for the NIPS17 paper "Stabilizing Training of Generative Adversarial Networks through Regularization"

diffstack

Implementation of DiffStack: A Differentiable and Modular Control Stack for Autonomous Vehicles - a CoRL 2022 paper by Peter Karkus, Boris Ivanovic, Shie Mannor, Marco Pavone.

Language:PythonLicense:NOASSERTIONStargazers:87Issues:7Issues:1

Frechet-Inception-Distance

CPU/GPU/TPU implementation of the Fréchet Inception Distance

TrafficBots

TrafficBots: Towards World Models for Autonomous Driving Simulation and Motion Prediction. ICRA 2023. Code is now available at https://github.com/zhejz/TrafficBots

ComplexAutoEncoder

Code for the paper: Complex-Valued Autoencoders for Object Discovery

Language:PythonLicense:MITStargazers:46Issues:2Issues:0

Coupled-VAE-Improved-Robustness-and-Accuracy-of-a-Variational-Autoencoder

We present a coupled Variational Auto-Encoder (VAE) method that improves the accuracy and robustness of the probabilistic inferences on represented data. The new method models the dependency between input feature vectors (images) and weighs the outliers with a higher penalty by generalizing the original loss function to the coupled entropy function, using the principles of nonlinear statistical coupling. We evaluate the performance of the coupled VAE model using the MNIST dataset. Compared with the traditional VAE algorithm, the output images generated by the coupled VAE method are clearer and less blurry. The visualization of the input images embedded in 2D latent variable space provides a deeper insight into the structure of new model with coupled loss function: the latent variable has a smaller deviation and the output values are generated by a more compact latent space. We analyze the histograms of probabilities for the input images using the generalized mean metrics, in which increased geometric mean illustrates that the average likelihood of input data is improved. Increases in the -2/3 mean, which is sensitive to outliers, indicates improved robustness. The decisiveness, measured by the arithmetic mean of the likelihoods, is unchanged and -2/3 mean shows that the new model has better robustness.

Language:PythonStargazers:2Issues:0Issues:0