GCP TPU 관련 링크

paper 링크

dataset 링크

이탤릭 볼드 이탤릭볼드

Workflow stages

  1. Question or problem definition.
  2. Acquire training and testing data.
  3. Wrangle, prepare, cleanse the data.
  4. Analyze, identify patterns, and explore the data.
  5. Model, predict and solve the problem.
  6. Visualize, report, and present the problem solving steps and final solution.
  7. Supply or submit the results.

GSC 버킷 접근


from google.colab import auth
auth.authenticate_user()

GCP 버킷에서 Colab으로 data 가져오기


! mkdir datasets
!gsutil -m cp -R gs://bskim_bucket/datasets/BSR/BSDS500/data/images datasets

Comments