-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow 1.0.0-alpha #47
Comments
WARNING:tensorflow:From /Users/norman/Documents/workspace/word-rnn-tensorflow/model.py:66: concat (from tensorflow.python.ops.array_ops) is deprecated and will be removed after 2016-12-14. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. |
I slipped in a new --gpu_mem switch with a default use of 66% of GPU memory. I've found that this helps load the graph onto my limited 1GB share notebook GPU (rMBP mid-2012). It might not be needed, or it may inhibit, when using GPUs with larger memory specs. Can change or remove this. |
Exciting news!
https://github.com/tensorflow/tensorflow/releases/tag/v1.0.0-alpha
However, it includes some API breaking changes. Perhaps, we need to refactor our code.
Please feel free to test and send us PR for TF 1.0!
The text was updated successfully, but these errors were encountered: