Viewing a single comment thread. View all comments

Philpax t1_jcdtj6o wrote

Agreed. It also complicates productionising the model if you're reliant on features that are only available in the Python interface. Of course, there are ways around that (like just rewriting the relevant bits), but it's still unfortunate.

7

programmerChilli t1_jcdykn2 wrote

The segregation is that the "ML logic" is moving into Python, but you can still export the model to C++.

7

zbyte64 t1_jcdzvhh wrote

That's why all my ML is done in OvjectiveC /s. Production looks different for different use cases.

5