(Please don't lob rocks at me. I love Python.)

Book cover: "Articifical Intelligence in BASIC" by Mike James
you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 1 year ago (1 child)

Does one even have to actually write Python code, except for frontends? I'd assume you just load the model, weights and maybe training data into pytorch/tensorflow.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 6 points 1 year ago

    Doesn't seem to be the case, some popular servers:

    And then of course talking to these servers can be in any language that has a library for it or even just handles network requests, although Python is a nice choice. Possibly the process of training models is more heavy on the Python dependencies than inference is, haven't actually done anything with that though.

  • source
  • parent