[HN Gopher] Guide to Using TensorFlow in Rust
       ___________________________________________________________________
        
       Guide to Using TensorFlow in Rust
        
       Author : unripe_syntax
       Score  : 12 points
       Date   : 2024-02-22 15:47 UTC (7 hours ago)
        
 (HTM) web link (blog.logrocket.com)
 (TXT) w3m dump (blog.logrocket.com)
        
       | ShamelessC wrote:
       | > TensorFlow
       | 
       | Nah, I'm good. Thanks for the ad at the bottom though?
        
       | jokethrowaway wrote:
       | I deployed a ML solution in Rust back in 2020 (tch-rs instead of
       | tensorflow, though), so this has been possible for a while.
       | 
       | Surprisingly I saw some impressive speed gains vs python (and vs
       | JS, tried that one as well), probably because I was running tons
       | on images through it and the percentage of time spent doing
       | inference wasn't very high.
       | 
       | Deployment wasn't the easiest, but doable.
       | 
       | Instead of jumping on the tensorflow or torch boat, when doing
       | Rust today I would consider using
       | https://github.com/huggingface/candle
        
       ___________________________________________________________________
       (page generated 2024-02-22 23:01 UTC)