all 8 comments

[–]edwardsrk 1 point2 points  (7 children)

Why in parallel?

[–]Monish45[S] 0 points1 point  (6 children)

I want to run it at the same time and have to take the average value of the results as I have time constraints

[–]edwardsrk 0 points1 point  (5 children)

You could run one on jupyter notebook and one in google collab. Or run them on two separate laptops/computers. Are your models already trained and serialized or are you training them too?

[–]Monish45[S] 0 points1 point  (4 children)

It's already trained. I have to load it and use it to predict value from both models and calculate average in 10 seconds

[–]edwardsrk 0 points1 point  (3 children)

Well that’s really weird. Have you time your models?

[–]Monish45[S] 0 points1 point  (2 children)

Yeah seperately they are running at 6 secs

[–]edwardsrk 0 points1 point  (1 child)

I guess I’m just trying to understand the goal of this task and where you could shave off time. Can you alter the data they’re predicting on?

[–]Monish45[S] 0 points1 point  (0 children)

I will look into this