aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow/BUILD
Commit message (Expand)AuthorAge
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Finish deprecation of tf.contrib.bayesflow.{HMC,MetropolisHastings}.Gravatar Joshua V. Dillon2018-03-26
* Add custom_gradient function.Gravatar Joshua V. Dillon2018-03-12
* Migrate tf.contrib.bayesflow.optimizers to tfp.optimziers.Gravatar Joshua V. Dillon2018-03-09
* Move `tf.contrib.bayesflow.layers` to `tfp.layers`.Gravatar Joshua V. Dillon2018-03-07
* Migrate Halton Sequence sampler into tensorflow_probability.Gravatar Joshua V. Dillon2018-03-07
* Migrate MCMC diagnostics and Halton Sequence sampler intoGravatar Joshua V. Dillon2018-03-06
* disabling msan flaky testGravatar Olivia Nordquist2018-03-05
* Add objective functions for variational inference with Csiszar f-divergences.Gravatar A. Unique TensorFlower2018-03-05
* Automated g4 rollback of changelist 185073515Gravatar A. Unique TensorFlower2018-03-05
* Add util which creates Python callable with tf.Variables explicitly asGravatar Joshua V. Dillon2018-03-01
* Internal change.Gravatar Jeremy Lau2018-02-26
* Internal change.Gravatar Jeremy Lau2018-02-23
* Automated g4 rollback of changelist 186260342Gravatar Dustin Tran2018-02-20
* Automated g4 rollback of changelist 186260342Gravatar Dustin Tran2018-02-19
* Reduce tfp.layers boilerplate via programmable docstrings.Gravatar Dustin Tran2018-02-19
* Disable flaky halton_sequence_testGravatar A. Unique TensorFlower2018-02-11
* Add effective_sample_size to tf.contrib.bayesflow.mcmc_diagnostics.Gravatar Ian Langmore2018-02-08
* Add utility function which makes implicit `tf.get_variable` dependencies anGravatar Joshua V. Dillon2018-02-06
* mcmc_diagnostics.py added to contrib/bayesflow/. potential_scale_reduction f...Gravatar Ian Langmore2018-02-06
* Internal change.Gravatar Anna R2018-02-01
* Internal change.Gravatar Anna R2017-12-21
* Adding an optimizer module for ConstantSGD.Gravatar A. Unique TensorFlower2017-12-20
* Add probabilistic convolutional layers.Gravatar Dustin Tran2017-12-18
* Add `tf.contrib.bayesflow.layers`, a collection of probabilistic (neural) lay...Gravatar Joshua V. Dillon2017-11-14
* Adding an optimizer module for preconditioned stochastic gradient langevin dy...Gravatar A. Unique TensorFlower2017-11-14
* Add support for Halton sequence for use with Monte Carlo estimation of integr...Gravatar A. Unique TensorFlower2017-11-11
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* Permanently remove several modules from tf.contrib.bayesflow.Gravatar Eugene Brevdo2017-10-31
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Add `tf.contrib.bayesflow.hmc`.Gravatar A. Unique TensorFlower2017-09-28
* [tf.data] Internal cleaning upGravatar A. Unique TensorFlower2017-09-28
* Add `tf.contrib.bayesflow.hmc`.Gravatar A. Unique TensorFlower2017-09-28
* Add `tf.contrib.bayesflow.metropolis_hastings`.Gravatar A. Unique TensorFlower2017-09-28
* Disabling the csiszar_divergence_test.Gravatar A. Unique TensorFlower2017-08-09
* Create new tf.learn.estimator.head which is based on a tf.DistributionGravatar Joshua V. Dillon2017-07-26
* Add functions for specifying a custom gradient.Gravatar Joshua V. Dillon2017-07-19
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Implement alternative `monte_carlo.expectation_v2`. This function implementsGravatar Joshua V. Dillon2017-06-22
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Implement 13 different Csiszar-functions and Ops to: (1) approximate Csiszar ...Gravatar Joshua V. Dillon2017-06-15
* Move bayesflow.special_math to distributions where it belongs.Gravatar Eugene Brevdo2017-01-30
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Custom variable getter for stochastic variablesGravatar A. Unique TensorFlower2016-09-23
* Add tests for stochastic gradient estimators and fix EMA usage bugGravatar A. Unique TensorFlower2016-09-06
* Push the bulk python tensorflow dependency down to individual leaf targets asGravatar A. Unique TensorFlower2016-09-01
* Changes to bayesflow api:Gravatar Eugene Brevdo2016-08-31
* special_math module added to bayesflow. Implement ndtr, log_ndtr, whichGravatar Ian Langmore2016-08-30
* Test time increase for entropy_test. Was timing out in gcudacc tests.Gravatar Ian Langmore2016-08-24