deep_sdf/workspace.py [120:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    experiment_dir, epoch, dataset, class_name, instance_name
):

    return os.path.join(
        experiment_dir,
        reconstructions_subdir,
        str(epoch),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deep_sdf/workspace.py [135:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    experiment_dir, epoch, dataset, class_name, instance_name
):

    return os.path.join(
        experiment_dir,
        reconstructions_subdir,
        str(epoch),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



