访问ML引擎中的TPU

时间:2017-11-24 18:38:41

标签: google-cloud-ml

我想通过将// ... public function getByCategories(array $categories) { $qb = $this ->createQueryBuilder('p') ->leftJoin('p.categories', 'c'); $qb->where($qb->expr()->in('c.id', $categories)); return $qb->getQuery()->getResult(); } // ... 设置为--scaled-tier来在TPU上训练我的TensorFlow模型。这在documentation中列为选项,但pricing page中没有提及TPU。有没有办法找出使用TPU进行培训的成本是多少?

1 个答案:

答案 0 :(得分:0)

Cloud TPU page顶部有一个注册表单。您可以在那里注册alpha,并选择接收Cloud TPU的更新。