We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f1706 commit 20715c5Copy full SHA for 20715c5
lectures/11-machine-learning/README
@@ -0,0 +1,9 @@
1
+Note: on older machines, tensorflow generates an illegal instruction
2
+and crashes python on import. The issue is the CPU instructions it
3
+was compiled with. The solution seems to be to drop down to
4
+tensorflow 1.5:
5
+
6
+https://github.com/tensorflow/tensorflow/issues/17411
7
8
+On my system, I need to make sure I got numpy from pip (instead of the
9
+Fedora package manager).
0 commit comments