linkedin / detext

DeText: A Deep Neural Text Understanding Framework for Ranking and Classification Tasks
BSD 2-Clause "Simplified" License
1.26k stars 133 forks source link

Remove BestCheckpointCopier logging file in hvd #19

Closed xwli-chelsea closed 4 years ago

xwli-chelsea commented 4 years ago

Fixing logging error in hvd training.

Description

Remove the logging file and in hvd training, we can create the logging file similar to local mode.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

List all changes

Removed the eval_log for BestCheckpointCopier when using hvd, similar to when not using.

Testing

Local test

Test Configuration:

Checklist