evilsocket/pwnagotchi

find a way to optimize AI loading times

開放

#166 建立於 2019年10月5日

 (6 則留言) (0 個反應) (1 位負責人)JavaScript (978 個分叉)batch import
enhancementhacktoberfesthelp wantedidea

倉庫指標

星標
 (6,243 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

TensorFlow takes minutes to import on a Raspberry Pi Zero W and that's probably because of the huge .so file with native primitives it has to load, among other things. Given the nature of the project, that stuff is imported only once, so caching it in memory wouldn't speed things up. Switching frameworks is not feasible, unless we have the same exact features (unlikely given that stable-baselines is TF based). For instance, there's no stable-baselines port for TF-lite.

貢獻者指南