ReaLLMASIC / nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.
MIT License
23 stars 17 forks source link

Create Same Timestamp For Tensorboard Logs and Output Checkpoints #132

Closed mmoffatt2 closed 7 months ago

mmoffatt2 commented 7 months ago

-before, run_experiments.py created a timestamp for the output checkpoints separately from the timestamp in train.py used for tensorboard logs and csv logs -now, run_experiments.py passes its timestamp as an arg to train.py, which uses that timestamp value instead