model_dir
argument to the Trainer
constructor to set the model directory for trainer artifacts:
TensorBoardLogger
and includes the event files that were written by the TensorBoard writer.
cerebras_logs
directory stores various logs and artifacts from compilation and execution. These logs and artifacts are organized by datetime, matching the previously mentioned subdirectory, to help associate them with specific runs.
Checkpoints taken during the run are also saved in the base model directory, allowing future runs with checkpoint autoloading enabled to access them easily. See Checkpointing for more details.