karpathy / build-nanogpt

Video+code lecture on building nanoGPT from scratch
3.44k stars 473 forks source link

fix: Progress bar not complete after starting a new shard #77

Open sanbaiw opened 1 month ago

sanbaiw commented 1 month ago
image

Fix a minor issue that the token count on progress bar was not 1e8 after starting a new shard. This is becasue that the count of fist few tokens are not updated properly.