Skip to content
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

Add BestSplits op to common windows installation problems. #9279

Merged
merged 3 commits into from Apr 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions tensorflow/docs_src/install/install_windows.md
Expand Up @@ -193,5 +193,19 @@ ImportError: cannot import name 'descriptor'</pre>
<td><pre>No module named "pywrap_tensorflow"</pre></td>
</tr>

<tr>
<td><a href="https://stackoverflow.com/q/42217532">42217532</a></td>
<td>
<pre>OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits</pre>
</td>
</tr>

<tr>
<td><a href="https://stackoverflow.com/q/43134753">43134753</a></td>
<td>
<pre>The TensorFlow library wasn't compiled to use SSE instructions</pre>
</td>
</tr>

</table>