Skip to content

Commit 20715c5

Browse files
committed
update README
1 parent 47f1706 commit 20715c5

File tree

1 file changed

+9
-0
lines changed
  • lectures/11-machine-learning

1 file changed

+9
-0
lines changed

lectures/11-machine-learning/README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)