stefbraun / rnn_benchmarks

RNN benchmarks of pytorch, tensorflow and theano
87 stars 18 forks source link

running benchmark on android #3

Closed spaul13 closed 5 years ago

spaul13 commented 5 years ago

can @stefbraun plz tell me how to run these benchmarks on android devices?

stefbraun commented 5 years ago

You need the corresponding framework and python installed on your android device, and then it could work. The closest I did was running some PyTorch benchmarks on raspberryPi. However, I do not have further experience in that regard.