imperative
imperative copied to clipboard
imperative programming in TensorFlow
Testing with Python2 tensorflow 0.10.0 runs successfully. With 0.11.0rc0, I get errors: `tests/run_all_tests.sh`: ``` Running simple test Running env_test.py .E...........E.EE.EE..... ====================================================================== ERROR: testConcat (__main__.EnvTest) ---------------------------------------------------------------------- Traceback (most recent call last):...
Python3.5 with tensorflow 0.10.0. ``` >>> import imperative >>> imperative.self_test() Traceback (most recent call last): File "", line 1, in File "/local/dev/imperative/release/imperative.py", line 1721, in self_test env = Env(tf) File...