-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
-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