|
|
|
|
|
by sandGorgon
2168 days ago
|
|
Simple answer. But the implementation is trickier. You have to use Spot instances. Or as Google calls them - preemptible instances. These are upto 80% cheaper. The caveat is that they can be killed anytime, so your infrastructure must be resumable. Most likely you will need to do kubernetes. It's the only framework that supports GPU, integrates with spot instance providers and works with Ml platforms (using kubeflow) |
|