cclauss
c3c64138a4
Undefined name: from six.moves import xrange
...
[flake8](http://flake8.pycqa.org ) testing of https://github.com/google/jax on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./examples/resnet50.py:124:12: F821 undefined name 'xrange'
for i in xrange(num_steps):
^
1 F821 undefined name 'xrange'
1
```
2018-11-22 17:50:50 +01:00
cclauss
33292ff962
Undefined name: from ..core import JaxTuple
...
[flake8](http://flake8.pycqa.org ) testing of https://github.com/google/jax on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./jax/interpreters/ad.py:189:20: F821 undefined name 'JaxTuple'
return xt, JaxTuple(map(zeros_like_jaxval, xt))
^
./jax/interpreters/ad.py:196:16: F821 undefined name 'JaxTuple'
return JaxTuple(map(zeros_like_jaxval, yt)), yt
^
2 F821 undefined name 'JaxTuple'
2
```
2018-11-22 17:38:07 +01:00
cclauss
2b995217b0
Explicit tuples are not valid function parameters in Python 3
...
[flake8](http://flake8.pycqa.org ) testing of https://github.com/google/jax on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./examples/mnist_vae.py:113:21: E999 SyntaxError: invalid syntax
def body_fun(i, (rng, opt_state, images)):
^
1 E999 SyntaxError: invalid syntax
1
```
2018-11-22 17:29:47 +01:00
Roy Frostig
7a313bf622
source sync fixups
2018-11-21 20:32:33 -08:00
Roy Frostig
f1bb77dafb
source sync
...
PiperOrigin-RevId: 222489712
2018-11-21 20:32:33 -08:00
Matthew Johnson
9101d66b4e
source sync
...
PiperOrigin-RevId: 222487460
2018-11-21 20:32:33 -08:00
Matthew Johnson
98dd8775d7
source sync
...
PiperOrigin-RevId: 222484959
2018-11-21 20:32:33 -08:00
Matthew Johnson
8317cc3618
source sync
...
PiperOrigin-RevId: 222484671
2018-11-21 20:32:33 -08:00
Matthew Johnson
3b3490f406
source sync
...
PiperOrigin-RevId: 222483357
2018-11-21 20:32:33 -08:00
Matthew Johnson
ab53373665
source sync
...
PiperOrigin-RevId: 222470141
2018-11-21 20:32:33 -08:00
Matthew Johnson
2ae9a2bc35
source sync
...
PiperOrigin-RevId: 222461242
2018-11-21 20:32:16 -08:00
Peter Hawkins
6361b784a8
source sync
...
PiperOrigin-RevId: 222456068
2018-11-21 20:22:56 -08:00
Peter Hawkins
5e60639bc5
source sync
...
PiperOrigin-RevId: 222452709
2018-11-21 20:22:54 -08:00
Peter Hawkins
e180f08113
source sync
...
PiperOrigin-RevId: 222451919
2018-11-21 20:22:51 -08:00
Peter Hawkins
fe4edf2839
source sync
...
PiperOrigin-RevId: 222449830
2018-11-21 20:22:49 -08:00
Matthew Johnson
323be694a7
source sync
...
PiperOrigin-RevId: 222448341
2018-11-21 20:22:47 -08:00
Matthew Johnson
e5b76f4fde
source sync
...
PiperOrigin-RevId: 222340967
2018-11-21 20:22:43 -08:00
Peter Hawkins
065bb0baa2
source sync
...
PiperOrigin-RevId: 222291726
2018-11-21 20:22:41 -08:00
Roy Frostig
a954389d06
source sync
...
PiperOrigin-RevId: 222189611
2018-11-21 20:22:37 -08:00
Matthew Johnson
7f546b8c02
source sync
...
PiperOrigin-RevId: 222175432
2018-11-21 20:22:35 -08:00
Matthew Johnson
25fb9b421d
source sync
...
PiperOrigin-RevId: 222170151
2018-11-21 20:22:33 -08:00
Roy Frostig
a3619ca89d
source sync
...
PiperOrigin-RevId: 222153576
2018-11-21 20:22:30 -08:00
Matthew Johnson
51fc713089
remove absl from examples, fix import statements
2018-11-21 12:10:31 -08:00
Roy Frostig
7cf6babc78
Add two-pager link to README.
2018-11-21 08:57:25 -08:00
Matthew Johnson
b58ccb430a
update readme with 'not a Google product'
2018-11-21 06:04:06 -08:00
Matthew Johnson
76346a87b5
add placeholder readme.md
2018-11-21 06:00:31 -08:00
Matthew Johnson
377322d3d4
remove stray file
2018-11-19 21:58:15 -08:00
Matthew Johnson
5e9fcbb6e8
source sync
2018-11-19 21:31:39 -08:00
Matthew Johnson
b2b1e8d70c
source sync
2018-11-19 21:24:30 -08:00
Matthew Johnson
50038c07c8
fix build file issues
2018-11-19 20:18:31 -08:00
Roy Frostig
fe11b19e46
source sync
2018-11-19 15:44:16 -08:00
Roy Frostig
3731ca2299
source sync
2018-11-19 15:08:46 -08:00
Roy Frostig
99f98f8e8c
source sync
2018-11-19 13:50:57 -08:00
Roy Frostig
24f7f35e16
source sync
2018-11-19 13:33:37 -08:00
Roy Frostig
da2d53ad33
source sync
2018-11-19 13:29:47 -08:00
Matthew Johnson
af62fdc17d
update build script: bazel-0.19.2 and darwin
2018-11-19 08:46:25 -08:00
Matthew Johnson
7773167995
add CPU-only build option
2018-11-19 08:30:37 -08:00
Matthew Johnson
46c6a9170f
sync updates
2018-11-19 07:47:59 -08:00
Matthew Johnson
ae641fdaec
add 'main' to build_jax dummy py_binary target
2018-11-18 15:57:00 -08:00
Matthew Johnson
d347d65c5c
add dummy binary build target, move WORKSPACE up
2018-11-18 15:54:13 -08:00
Matthew Johnson
c03e5e80c5
tweak build script
2018-11-18 15:44:20 -08:00
Matthew Johnson
9ae0f3a610
split BUILD file, move up license files
2018-11-18 15:43:09 -08:00
Matthew Johnson
0dfa736ece
make setup.py copy over .so files
2018-11-18 15:28:22 -08:00
Matthew Johnson
1b836515c2
update gitignore
2018-11-18 15:17:53 -08:00
Matthew Johnson
9584c4f55a
add setup.py
2018-11-18 15:17:32 -08:00
Matthew Johnson
489dd1c81a
move jax tests and examples to repo root
2018-11-18 15:15:47 -08:00
Matthew Johnson
fd8d83dca2
tweak build file
2018-11-18 14:58:01 -08:00
Matthew Johnson
f78c05195d
add gpu build script
2018-11-18 14:24:09 -08:00
Matthew Johnson
1d902436ce
change xla_data_pb2 import
2018-11-17 22:58:30 -08:00
Matthew Johnson
a30e858e59
populating source tree
2018-11-17 18:03:33 -08:00