Comparison of torch.gather and tf.gather_ndBoth PyTorch and Tensorflow are widely used in deep learning community. They are becoming more similar and converting one from the other…Mar 16, 2021Mar 16, 2021
확장형 고성능 컴퓨팅 수강 기록데이터사이언스 대학원에 입학한지 2학기째가 되었고, 심화 과목이라고 할 수 있는 확장형 고성능 컴퓨팅 수업을 듣게 되었다. 최근의 데이터사이언스 또는 인공지능 트렌드는 많은 데이터와 Over-parameterize된 알고리즘을 통해서 성능을…Dec 28, 2020Dec 28, 2020
Train a mask detector with Tensorflow1 Object detection API — step 4This is the last story of this series.Oct 18, 2020Oct 18, 2020
Train a mask detector with Tensorflow1 Object detection API — step 3.1In this post, I will talk about some code changes I made, for customization of TF1 Object detection API. If you are satisfied with the…Oct 4, 2020Oct 4, 2020
Train a mask detector with Tensorflow1 Object detection API — step 3Up to step 2, the most process was focused on input preparation. Finally, this post will talk about actual training step.Sep 27, 2020Sep 27, 2020
Train mask detector with Tensorflow1 Object detection API — step 2You can train your object detection model on your machine or Google Colab. I chose to run it on my local desktop and my school’s GPU…Sep 26, 2020Sep 26, 2020
How to use: Tensorflow1 Object detection API — step 1Here I will describe how to use object detection API with tensorflow 1. You can find the reference from below link.Jul 27, 2020Jul 27, 2020
SSH 요약Linux로 서버 또는 다른 기기로 접속을 할 때, 또는 github를 사용할 때 SSH를 많이 사용하는데 쓸때마다 헷갈려서 설정을 할때마다 Public Key가 뭔지 Private Key가 뭔지 헷갈려서 정리해둔다.Jul 24, 2020Jul 24, 2020