Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Install Tensorflow on DE10-NANO

nickis666
초급자
1,249 조회수

Is there have a document for installing TensorFlow on DE10-NANO?

I can install TensorFlow successfully, but when I use TensorFlow to do something, I get "Illegal instruction", 

for example  :

sess = tf.Session()
a = tf.constant([[2, 2, 2], [3, 3, 3]], dtype=tf.float32)
b = tf.constant([[1, 1, 1], [2, 2, 2]], dtype=tf.float32)
print(sess.run(a))
print(sess.run(tf.add(a, b)) 

The code above can work, but when I use the other code like "tf.subtract(a, b)", I will get

"Illegal instruction".

How can I fix it? thanks

0 포인트
4 응답
JohnT_Intel
직원
1,221 조회수

Hi,


Are you refering to running the Tensorflow in the ARM processor? If yes, may I know what is the OS you are running with?


0 포인트
nickis666
초급자
1,213 조회수
0 포인트
JohnT_Intel
직원
1,207 조회수

Hi,


I would recommend you to contact Terasic on this issue as the OS was created by them


0 포인트
TrivenNTHU
초보자
1,102 조회수

Hi,

 

I would recommend that you can try this, modern Linux kernel on de10-nano.

0 포인트
응답