Created
December 27, 2016 23:00
-
-
Save AndreasMadsen/8dca7e8b3ead6b5b339fd4a8c5bc8b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py:969: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead | |
| argspec = inspect.getargspec(func) | |
| EE. | |
| ====================================================================== | |
| ERROR: testDouble (__main__.SparsemaxTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 258, in testDouble | |
| self._test_dtype('float64') | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 224, in _test_dtype | |
| self._test_sparsemax_against_numpy(dtype, random, use_gpu=False) | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 83, in _test_sparsemax_against_numpy | |
| tf_sparsemax_op, tf_sparsemax_out = self._tf_sparsemax(z, dtype, use_gpu) | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 75, in _tf_sparsemax | |
| tf_sparsemax_out = tf_sparsemax_op.eval() | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3103, in device | |
| yield | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 74, in _tf_sparsemax | |
| tf_sparsemax_op = sparsemax(z.astype(dtype)) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 90, in sparsemax | |
| return fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 655, in _create_definition_if_needed | |
| argholder = array_ops.placeholder(argtype, name=argname) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/array_ops.py", line 1591, in placeholder | |
| name=name) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/gen_array_ops.py", line 2088, in _placeholder | |
| name=name) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 2912, in name_scope | |
| yield "" if new_stack is None else new_stack + "/" | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 255, in _MaybeColocateWith | |
| yield | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 763, in apply_op | |
| op_def=op_def) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 497, in create_op | |
| **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 2389, in create_op | |
| original_op=self._default_original_op, op_def=op_def) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 1216, in __init__ | |
| if node_def.ByteSize() >= (1 << 31) or node_def.ByteSize() < 0: | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 1037, in ByteSize | |
| size += field_descriptor._sizer(field_value) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/encoder.py", line 359, in FieldSize | |
| entry_msg = message_type._concrete_class(key=key, value=value) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 530, in init | |
| copy.MergeFrom(new_val) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 1253, in MergeFrom | |
| field_value = field._default_constructor(self) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 437, in MakeSubMessageDefault | |
| result = message_type._concrete_class() | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 494, in init | |
| self._listener_for_children = _Listener(self) | |
| RecursionError: maximum recursion depth exceeded | |
| ====================================================================== | |
| ERROR: testFloat (__main__.SparsemaxTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 255, in testFloat | |
| self._test_dtype('float32') | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 224, in _test_dtype | |
| self._test_sparsemax_against_numpy(dtype, random, use_gpu=False) | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 83, in _test_sparsemax_against_numpy | |
| tf_sparsemax_op, tf_sparsemax_out = self._tf_sparsemax(z, dtype, use_gpu) | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 75, in _tf_sparsemax | |
| tf_sparsemax_out = tf_sparsemax_op.eval() | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3103, in device | |
| yield | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/test_util.py", line 292, in test_session | |
| yield sess | |
| File "tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/sparsemax_test.py", line 74, in _tf_sparsemax | |
| tf_sparsemax_op = sparsemax(z.astype(dtype)) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 90, in sparsemax | |
| return fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 871, in instantiate | |
| output_types) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1449, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1271, in _pure_variable_scope | |
| yield default_varscope[0] | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/variable_scope.py", line 1434, in variable_scope | |
| yield vs | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 659, in _create_definition_if_needed | |
| outputs = self._func(*inputs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/contrib/sparsemax/python/ops/sparsemax.py", line 49, in bprop | |
| sparsemax = fprop(logits) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 885, in __call__ | |
| return self.instantiate(input_types)(*args, **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 860, in instantiate | |
| _ = defined.name # Fully instantiate the function definition. | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 608, in name | |
| self._create_definition_if_needed() | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 666, in _create_definition_if_needed | |
| outputs = [ops.convert_to_tensor(_) for _ in outputs] | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 655, in _create_definition_if_needed | |
| argholder = array_ops.placeholder(argtype, name=argname) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/array_ops.py", line 1591, in placeholder | |
| name=name) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/ops/gen_array_ops.py", line 2088, in _placeholder | |
| name=name) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 3675, in get_controller | |
| yield default | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 2912, in name_scope | |
| yield "" if new_stack is None else new_stack + "/" | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 4215, in name_scope | |
| yield scope | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 772, in apply_op | |
| return op | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/contextlib.py", line 77, in __exit__ | |
| self.gen.throw(type, value, traceback) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 255, in _MaybeColocateWith | |
| yield | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/op_def_library.py", line 763, in apply_op | |
| op_def=op_def) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/function.py", line 497, in create_op | |
| **kwargs) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 2389, in create_op | |
| original_op=self._default_original_op, op_def=op_def) | |
| File "/Users/Andreas/Sites/tensorflow/_python_build/tensorflow/python/framework/ops.py", line 1216, in __init__ | |
| if node_def.ByteSize() >= (1 << 31) or node_def.ByteSize() < 0: | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 1037, in ByteSize | |
| size += field_descriptor._sizer(field_value) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/encoder.py", line 359, in FieldSize | |
| entry_msg = message_type._concrete_class(key=key, value=value) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 530, in init | |
| copy.MergeFrom(new_val) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 1253, in MergeFrom | |
| field_value = field._default_constructor(self) | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 437, in MakeSubMessageDefault | |
| result = message_type._concrete_class() | |
| File "/usr/local/Cellar/python3/3.5.2_2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/google/protobuf/internal/python_message.py", line 494, in init | |
| self._listener_for_children = _Listener(self) | |
| RecursionError: maximum recursion depth exceeded | |
| ---------------------------------------------------------------------- | |
| Ran 3 tests in 18.545s | |
| FAILED (errors=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment