tensorflow / kfac

An implementation of KFAC for TensorFlow
Apache License 2.0
197 stars 41 forks source link

why do we move a contrib into a indepent repo ? #1

Closed yupbank closed 6 years ago

yupbank commented 6 years ago

this is https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/kfac right ?

duckworthd commented 6 years ago

Hi @yupbank,

To add more features! While all code added to tf.contrib is maintained by the core TensorFlow team (and must meet the documented API requirements), this library will add new features that leverage some of TensorFlow's undocumented APIs.