bytedance / byteps

A high performance and generic framework for distributed DNN training
Other
3.62k stars 487 forks source link

TensorFlow 2.4+ compatibility #402

Closed oliverhu closed 1 year ago

oliverhu commented 3 years ago

Current TF binding is not compatible with TF 2.4+, reference: #401. This PR follows recent changes in Horovod to update distributed optimizer code to be compatible.