Skip to content
View wohlert's full-sized avatar
Block or Report

Block or report wohlert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. semi-supervised-pytorch semi-supervised-pytorch Public

    Implementations of various VAE-based semi-supervised and generative models in PyTorch

    Python 699 123

  2. generative-query-network-pytorch generative-query-network-pytorch Public

    Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"

    Jupyter Notebook 320 64

  3. Sinkhorn solver in PyTorch Sinkhorn solver in PyTorch
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "code",
    5
       "execution_count": 1,
  4. Hamiltonian Monte Carlo Hamiltonian Monte Carlo
    1
    import numpy as np
    2
    
    
    3
    
    
    4
    class HamiltonianMC(object):
    5
        """