samjabrahams / tensorflow-on-raspberry-pi

TensorFlow for Raspberry Pi
Other
2.24k stars 496 forks source link

Build Tensorflow from source but it not support DT_INT64 #127

Open kongpon1995 opened 6 years ago

kongpon1995 commented 6 years ago

Describe the Issue

I implement my model on Keras Tensorflow backend and train it on my MacBookPro and then I copy model and weight file to execute on Raspberry pi and I got these error.

Steps to Reproduce

Hardware/Software Info

Please provide the following information about your Raspberry Pi setup:

Relevant Console Output/Logs

OpKernel was registered to support Op 'Assign' with these attrs. Registered devices: [CPU], Registered kernels: device='CPU'; T in [DT_FLOAT] device='CPU'; T in [DT_INT32]

[[Node: SGD/iterations/Assign = Assign[T=DT_INT64, _class=["loc:@SGD/iterations"], use_locking=true, validate_shape=true](SGD/iterations, SGD/iterations/initial_value)]]

I implement my model on Keras Tensorflow backend. I try to fix this problem, for 3 days Please help

Thank,