Using machine learning models with ROS
I want to use a trained machine learning model to perform a certain computation and publish the result. Since ROS supports Python 2.7 , how can I do it if the model is trained in Python 3 ?