Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 433 Bytes

Train and Inference CNN Models with Google_TPU

Model Types

  • MobileNet
  • ResNet50
  • VGG16

Datasets

  • ImageNet2012 (type : tfrecord)

tpu_info.json

write your GCP information to use TPU

tpu_utils

  • tpu_create.sh
    create tpu_v2 using gcloud
  • tpu_delete.sh
    delete tpu using gcloud
  • tpu_utilization.sh
    check tpu utilization using cloud-tpu-profiler pip install cloud-tpu-profiler