top | item 33533213

(no title)

wafngar | 3 years ago

But isn’t that PyTorch with a few extra steps?

discuss

order

sachaarbonel|3 years ago

well technically yes, but since it's in Rust once you have your embeddings, with some tweakings you could just store them and query them offline via ffi or wasm in an app for example. Also I am not a huge fan of maintaining python projects they often don't run after a while if I didn't properly maintain a virtual env etc never had this issue with Rust projects.

jstx1|3 years ago

Yes, it's a well solved problem and much easier to do in Python. The author just wanted to do it in Rust, that's all.

wafngar|3 years ago

sure, my point was more that it uses pytorch -> also lots of c++ :-)