Fork me on GitHub
#data-science
<
2020-07-06
>
metasoarous01:07:51

That is so helpful! Thanks so much @chris441!

metasoarous01:07:31

Would you please do a docs treatment on libpython-clj as well?

chrisn19:07:41

libpython-clj is a bit harder as some of the namespaces are based directly off of python modules and requiring them will fail if a loadable python or numpy aren't installed. I will look into it a bit and see what happens.

metasoarous00:07:07

Ah... interesting.

metasoarous01:07:54

One specific question: How do you handle named args to function calls with libpython-clj?

Jacob O'Bryant02:07:16

You can do (py/call-kw f [] {:foo "bar"}) (the vector is for positional args)

metasoarous05:07:30

Perfect! That's what I was looking for! Thanks!

👍 3
metasoarous01:07:25

Thanks again!

Daniel Tan07:07:05

how do you guys share models across AI applications? i have dockerized applications that i need to scale, and i was hoping for a solution without the network layer. if possible, maybe a way to shared loaded gpu models