Skip to content

Commit

Permalink
Add missing TF-related mock imports to autodoc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 456339616
  • Loading branch information
romanngg committed Jun 24, 2022
1 parent 1e4754f commit 8f64046
Show file tree
Hide file tree
Showing 12 changed files with 2,986 additions and 3,559 deletions.
165 changes: 81 additions & 84 deletions README.md

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/empirical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ Finite-width NNGP and/or NTK kernel functions.
empirical_nngp_fn
empirical_ntk_fn

NTK implementation
--------------------------------------
An `IntEnum` specifying NTK implementation method.

.. autosummary::
:toctree: _autosummary

NtkImplementation


Linearization and Taylor expansion
--------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions notebooks/Disentangling_Trainability_and_Generalization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"outputs": [],
"source": [
"!pip install -q --upgrade pip\n",
"!pip install -q --upgrade jax[cuda11_cudnn805] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"!pip install -q git+https://www.github.com/google/neural-tangents"
"!pip install --upgrade pip\n",
"!pip install --upgrade jax[cuda11_cudnn805] -f https://storage.googleapis.com/jax-releases/jax_releases.html\n",
"!pip install -q git+https://www.github.com/google/neural-tangents"
]
},
{
Expand Down

0 comments on commit 8f64046

Please sign in to comment.