Skip to content

Commit

Permalink
Add notebook accompanying "Disentangling Trainability and Generalizat…
Browse files Browse the repository at this point in the history
…ion in Deep Neural Networks" (ICML).

Pair: Lechao Xiao (xlc@google.com)
PiperOrigin-RevId: 319827042
  • Loading branch information
sschoenholz authored and romanngg committed Jul 6, 2020
1 parent 3b1ac29 commit 6eea987
Show file tree
Hide file tree
Showing 2 changed files with 1,792 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
merge_mode: replace
language: python
python:
- "3.6"
Expand All @@ -6,8 +7,7 @@ python:
install:
- pip install --upgrade pip
- pip install numpy jaxlib jax tensorflow tensorflow-datasets --upgrade
- cd google
- git clone https://github.com/google/neural-tangents
- pip install -e neural-tangents
script:
- set -e
- for f in neural-tangents/neural_tangents/tests/*.py; do python $f; done

0 comments on commit 6eea987

Please sign in to comment.