Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Pinned

  1. Normalizing flows in PyTorch. Current intended use is education not production.

    Jupyter Notebook 533 44

  2. Web interface for browsing, search and filtering recent arxiv submissions

    Python 3.9k 1.2k

  3. Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch

    Lua 10.3k 2.4k

  4. Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.

    JavaScript 10k 2k

  5. Efficient Image Captioning code in Torch, runs on GPU

    Jupyter Notebook 4.9k 1.2k

  6. 1
    """
    2
    Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy)
    3
    BSD License
    4
    """
    5
    import numpy as np

110 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2020

Created an issue in teddykoker/image-gpt that received 1 comment

hidden size of mlp layer is 4X the bottleneck size

image-gpt/src/gpt2.py Line 13 in 92ce116 btw the GPT-3 paper, as well as its older versions: "we always have the feedforward layer four …

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.