Commit Graph

191 Commits

Author SHA1 Message Date
Louise Deason c8fa651499 Initial release of "enformer".
PiperOrigin-RevId: 365212039
2021-03-26 09:57:42 +00:00
Kyle Taylor 08ed21473d Switch types to prevent types switching to doubles.
PiperOrigin-RevId: 365082831
2021-03-26 09:56:44 +00:00
Rebecca Chen d9fb969489 Internal change
PiperOrigin-RevId: 364357405
2021-03-26 09:53:08 +00:00
Laurent Orseau 53326fec2e Update Satore scribblings
PiperOrigin-RevId: 363925586
2021-03-26 09:52:09 +00:00
Caglar Gulcehre 0a46c8eec0 Adding DeepMind Lab and bsuite dataset descriptions to README.
PiperOrigin-RevId: 363880165
2021-03-26 09:51:13 +00:00
Alvaro Sanchez-Gonzalez ad49bf36f7 Adding explicit option for adding self edges.
PiperOrigin-RevId: 363872110
2021-03-26 09:50:16 +00:00
Laurent Orseau 25bd036e91 Update Satore README
PiperOrigin-RevId: 363137622
2021-03-26 09:49:19 +00:00
Agnieszka Grabska-Barwińska db5c562251 Added link to our paper.
PiperOrigin-RevId: 362909971
2021-03-26 09:48:19 +00:00
Laurent Orseau 5cf55efe1f Fix installation instructions
PiperOrigin-RevId: 362474081
2021-03-12 10:01:17 +00:00
Agnieszka Grabska-Barwińska a5d5592972 Update DGN demo according to the most recent pseudocode.
PiperOrigin-RevId: 361780732
2021-03-11 15:29:14 +00:00
Louise Deason e5bc0cdc10 Initial release of "satore".
PiperOrigin-RevId: 361758060
2021-03-09 09:55:18 +00:00
Laurent Orseau ff65e4595b Internal
PiperOrigin-RevId: 361753894
2021-03-09 09:54:26 +00:00
Laurent Orseau 42f8d0aafe Internal
PiperOrigin-RevId: 361132516
2021-03-09 09:52:43 +00:00
Laurent Orseau bf886c22bf Internal
PiperOrigin-RevId: 360877125
2021-03-09 09:51:47 +00:00
Jonathan Schwarz ca532c106c Crediting Alex Matthews as a code contributor
PiperOrigin-RevId: 360859332
2021-03-09 09:49:56 +00:00
Eren Sezener 7e6fd889e4 Add a Colab implementing a dendritic gated network in numpy.
PiperOrigin-RevId: 360505886
2021-03-03 10:14:52 +00:00
Sergio Gomez d1ae6a456f Add colab example of R2D2 agent training on DeepMind Lab RL Unplugged dataset
PiperOrigin-RevId: 359716790
2021-03-03 10:13:07 +00:00
Augustin Zidek 47f1fe0c69 Clarify that this is code for AlphaFold 1 which we used in CASP13.
PiperOrigin-RevId: 359000764
2021-03-03 10:12:11 +00:00
Srivatsan Srinivasan cfcf752cf9 Add colab example of DQN agent training on BSUITE RL Unplugged dataset.
PiperOrigin-RevId: 358396165
2021-03-03 10:11:12 +00:00
Andy Brock ba761289c1 Upload links to pre-trained NFNet weights and add utility functions for loading them, as well as demo colab notebook.
PiperOrigin-RevId: 357692801
2021-02-17 17:42:56 +00:00
Andy Brock 68a1754d29 Initial commit for NFNets and AGC
PiperOrigin-RevId: 357022514
2021-02-12 08:48:41 +00:00
Louise Deason abc9ba0635 Initial release of "nfnets".
PiperOrigin-RevId: 356975781
2021-02-11 16:42:59 +00:00
Dushyant Rao 0909ded4c7 Fix bug for dynamic expansion in CURL.
PiperOrigin-RevId: 356227182
2021-02-08 11:53:01 +00:00
Tayfun Terzi 91f4e2d2e6 Create project directory for list of dataset subset ids for upcoming paper publication
PiperOrigin-RevId: 354513314
2021-01-29 17:39:08 +00:00
Alistair Muldal 1a9180929b Enable Travis CI for AVAE project
Also fixed a tiny typo in `avae/run.sh`

PiperOrigin-RevId: 353055006
2021-01-29 17:37:07 +00:00
Yan Wu dd89722a76 updating cs_gan for bug fixing and ODE-GAN opensource.
PiperOrigin-RevId: 352764474
2021-01-20 19:04:09 +00:00
Louise Deason 1fcac77dc8 Adds the code for "adversarial_robustness" to the files release.bara.sky and README.md for public release on github.
PiperOrigin-RevId: 350112129
2021-01-05 12:04:43 +00:00
Augustin Zidek e7cd4f32a3 Clarify how to open the dataset pickles under Python 3.
PiperOrigin-RevId: 350015548
2021-01-05 12:03:45 +00:00
Thomas Keck d78eee81f9 Adds JAX version of glassy dynamics training pipeline.
PiperOrigin-RevId: 348791013
2021-01-05 12:02:49 +00:00
John Aslanides a6aeb2641f Internal change.
PiperOrigin-RevId: 348193373
2021-01-05 12:01:43 +00:00
Louise Deason 17700a6f8f Adds the code for "functional_regularisation_for_continual_learning" to the files release.bara.sky and README.md for public release on github.
PiperOrigin-RevId: 347800197
2020-12-16 12:53:36 +00:00
Clara Huiyi Hu 7dc61f1deb Releasing illustrative colab for ensemble_loss_landscape.
PiperOrigin-RevId: 346832894
2020-12-16 12:52:37 +00:00
Sumedh Ghaisas 4e700a35bd Initial commit with base implementation.
PiperOrigin-RevId: 346731031
2020-12-16 12:51:30 +00:00
Louise Deason c146166d4b Initial release of "mmv".
PiperOrigin-RevId: 346305536
2020-12-08 13:57:53 +00:00
Augustin Zidek 7ed0b0508d Clarify that AlphaFold works only under Linux.
PiperOrigin-RevId: 346101488
2020-12-07 17:05:06 +00:00
David Pfau 37846fe199 Add description of TensorFlow Datasets to GitHub README, and change dataset name to avoid snake case dataset name.
PiperOrigin-RevId: 345260798
2020-12-03 15:17:50 +00:00
Louise Deason 306deca04b Adds the code for "ODE-GAN" to the files release.bara.sky and README.md for public release on github.
PiperOrigin-RevId: 344039950
2020-11-25 10:17:20 +00:00
Chongli Qin 555df6b45e Add citation in README for ode-gan.
PiperOrigin-RevId: 343842179
2020-11-25 10:16:14 +00:00
Pedro A. Ortega e574fb42a9 Changed waterballoon factory function name.
PiperOrigin-RevId: 343283244
2020-11-19 22:38:13 +00:00
David Pfau cecb85baa5 [trivial] typo fix
PiperOrigin-RevId: 343076106
2020-11-19 22:37:25 +00:00
David Pfau c7ce01c37b Scale image in the GEOMANCER README
PiperOrigin-RevId: 343072661
2020-11-19 22:36:38 +00:00
David Pfau 403f9a976a Add information about Stanford 3D Objects for Disentangling (S3O4D) to README for GEOMANCER
PiperOrigin-RevId: 342946882
2020-11-18 15:04:31 +00:00
Pedro A. Ortega 5b261680f3 Fixed bug in counterfactual algorithm.
PiperOrigin-RevId: 342675170
2020-11-17 16:48:03 +00:00
Alvaro Sanchez-Gonzalez 897a86f4a5 Documentation fixes.
PiperOrigin-RevId: 342606143
2020-11-17 16:45:54 +00:00
Alvaro Sanchez-Gonzalez 2d3d6cb018 Documentation fix.
PiperOrigin-RevId: 341801256
2020-11-11 12:20:36 +00:00
Yan Wu 138ec089c3 Fix bug in evaluating FID and IS scores.
PiperOrigin-RevId: 340464023
2020-11-11 12:19:07 +00:00
Mihaela Rosca 56ecc38be3 Update scratchgan and cs_gan run code to fix python and pip versions.
PiperOrigin-RevId: 339116353
2020-11-11 12:18:15 +00:00
Miljan Martic 7488a1f70a [causal_reasoning] Add missing arXiv link.
PiperOrigin-RevId: 339018780
2020-10-26 12:56:18 +00:00
Miljan Martic a872306b79 Initial release of "Algorithms for Causal Reasoning in Probability Trees" (causal_reasoning).
PiperOrigin-RevId: 339006500
2020-10-26 11:25:41 +00:00
Peter Wirnsberger 882e405fb2 Updates the README file by adding a link to the journal version of our paper and adds missing information for the citation.
PiperOrigin-RevId: 338272837
2020-10-26 11:24:15 +00:00