Skip to content

Instantly share code, notes, and snippets.

View jvanvugt's full-sized avatar

Joris jvanvugt

View GitHub Profile
@jvanvugt
jvanvugt / vae.ipynb
Created November 16, 2018 22:05
Variational AutoEncoder
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jvanvugt
jvanvugt / pytorch_vs_tfe.ipynb
Created March 30, 2018 15:46
PyTorch vs TensorFlow Eager
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am jvanvugt on github.
  • I am jvanvugt (https://keybase.io/jvanvugt) on keybase.
  • I have a public key ASB5vKqjSFRcweDT7UKpvQAJEDHE6GsCmdKe0tWxasbwrQo

To claim this, I am signing this object:

import os
import sys
def print_usage():
print 'Usage:'
print 'python check_feedback directory'
def check_feedback(dir):
for _, dirnames, _ in os.walk(dir):
for subdir in dirnames: