Dulanga Heshan

Results 2 comments of Dulanga Heshan

im also facing the same issue, I trained pytorch yolo V5 model, and then tried to integrate with flask API, ``` class Model(object): def __init__(self, model): self.device = torch_utils.select_device() print(self.device)...

please find the full log herewith for below command ``` pyspark \ --packages za.co.absa.spline.agent.spark:spark-3.0-spline-agent-bundle_2.12:1.0.2 \ --conf "spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener" \ --conf "spark.spline.producer.url=http://localhost:8080/producer" ``` ``` (base) d5han@d5han-HP-ProBook-440-G8-Notebook-PC:~/$ pyspark --packages za.co.absa.spline.agent.spark:spark-3.0-spline-agent-bundle_2.12:1.0.2 --conf "spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener" --conf...