Hi there 👋
I like to train deep neural nets on large datasets
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse"""
Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy)
BSD License
"""
import numpy as np
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
I'm now experimenting with running nanoGPT on multinode DDP, on this branch. Everything works fine on an individual node, but multinode crashing im…