linkedin / detext

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

Fix horovod support bugs #26

Closed StarWang closed 4 years ago

StarWang commented 4 years ago

Description

Running DeText with use_horovod=True is causing training crashes. This PR fixes this error.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

List all changes

Please list all changes in the commit.

Testing

Checklist

xwli-chelsea commented 4 years ago

LGTM. Thanks!