Skip to content

Tags: rongou/horovod

Tags

v0.11.2

Toggle v0.11.2's commit message
Add Keras ImageNet training example and LearningRateScheduleCallback

v0.11.1

Toggle v0.11.1's commit message
Add -stdlib=libc++ to CFLAGS for MacOS

v0.11.0

Toggle v0.11.0's commit message
Modify LRWarmupCallback to scale LR from `initial_lr / hvd.size()` to…

… `initial_lr`

v0.10.2

Toggle v0.10.2's commit message
Bugfix: Initialize MetricAverageCallback variables

v0.10.1

Toggle v0.10.1's commit message
Add support for boolean broadcast() and allgather()

v0.10.0

Toggle v0.10.0's commit message
First-class Keras support

v0.9.12

Toggle v0.9.12's commit message
Add support for new tf.sysconfig.get_compile_flags() and tf.sysconfig…

….get_link_flags()

v0.9.11

Toggle v0.9.11's commit message
Add requirement for TensorFlow 1.1.0+

v0.9.10

Toggle v0.9.10's commit message
Bugfix: Add grad=None check in DistributedOptimizer

v0.9.9

Toggle v0.9.9's commit message
Improved integration with NCCL