All Questions
3 questions
5
votes
3
answers
3k
views
Keras source codes: how to reach?
To be able to use Keras as a programming tool, sometimes one needs to see the source code of methods. I know that each of the functions in Keras is implemented openly and is accessible to the public. ...
0
votes
1
answer
2k
views
Bazel build and test after Tensorflow contribution
I have added functionality to tensorflow/tensorflow/python/ops/image_ops_impl.py and corresponding unit tests in tensorflow/tensorflow/python/ops/image_ops_test.py
I originally forked tensorflow from ...
0
votes
0
answers
111
views
Cannot import tensorflow 1.0.1 after compiled from source
I successfully built tensorflow 1.0.1 from source using optimization flags with the command bazel build -c opt --copt=-mmmx --copt=-msse --copt=-msse2 -k //tensorflow/tools/pip_package:...