eniompw

Results 2 issues of eniompw

I'm testing out train.py on google colab but no checkpoints are created, even after iter 1000 . I'm using this command: `!cd /content/nanoGPT/ && python train.py --dataset=shakespeare --compile=False --n_layer=4 --n_head=4...

In https://github.com/karpathy/ng-video-lecture/blob/master/gpt.py on lines 136 / 137: ``` # super simple bigram model class BigramLanguageModel(nn.Module): ``` just to clarify, is this now a GPT model and not a bigram model?