Harmon Jiang
Results
1
issues of
Harmon Jiang
## Introduction Issue #6 comes from the bug that statement `os.path.exists(complete_path_logs_current_training_job)` always be `True`. When we start a new training job, this code https://github.com/MIT-SPARK/PD-MeshNet/blob/e3f6c01ceff260778daf5fea66125413309e4399/pd_mesh_net/utils/base_training_job.py#L202 ``` # Create the checkpoint subfolder...