Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwei202 authored Nov 19, 2018
1 parent 84de8e1 commit 81dfe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Introduction
**The implementations of quantization and de-quantization operators are now available in [Caffe2/Pytorch 1.0](https://github.com/pytorch/pytorch/blob/master/caffe2/operators/fused_rowwise_random_quantization_ops.cc) ([an example](https://github.com/pytorch/pytorch/blob/master/caffe2/python/operator_test/rand_quantization_op_test.py)). TernGrad is landed into Facebook AI platform in production to overcome communication bottleneck in large-scale training.**
**The implementations of quantization and de-quantization operators are now available in [Caffe2/Pytorch 1.0](https://github.com/pytorch/pytorch/blob/master/caffe2/operators/fused_rowwise_random_quantization_ops.cc) ([an example](https://github.com/pytorch/pytorch/blob/master/caffe2/python/operator_test/rand_quantization_op_test.py)). TernGrad is landed into Facebook AI platforms in production to overcome communication bottleneck in large-scale training.**

This repo is the TensorFlow code for our oral paper in NIPS 2017 ([TernGrad: Ternary Gradients to Reduce Communication in Distributed Deep Learning](https://papers.nips.cc/paper/6749-terngrad-ternary-gradients-to-reduce-communication-in-distributed-deep-learning.pdf)).

Expand Down

0 comments on commit 81dfe27

Please sign in to comment.