|
|
|
|
|
by forgotmyhnacc
2338 days ago
|
|
Why is TPU support important to openAI? They run their code on Microsoft servers.
Only a tiny percentage of people use colab for deep learning.
Also, if you search PyTorch tpu you can find details of preliminary support from Google. PyTorch will make their engineers and scientists a decent amount more productive. I don't see how that's unintelligent at all. |
|
You literally can't train models on GPUs when they require 300GB for backprop. Not unless you do model parallelization, which isn't always possible (and is significantly more engineering effort than "just run the model").
When you have policies like this, you lose out on such advantages. Especially for infrastructure purposes.