2sang tech blog Better late than never

2019 TF dev summit(3) - Airbnb uses machine learning to help categorize its listing photos

2019 TF dev summit series Tensorflow Dev Summit 2019 발표 영상들을 코드와 함께 요약하고 있습니다. 오역이나 의역, 빠진 내용들이 있을 수 있으며 더 자세한 컨퍼런스 정보는 Tensorflow Dev Summit Event page 에서 확인하실 수 있습니다. 01 - Keynote 02 - Introducing Tensorflow 2.0 and its high-level APIs 03 - Airbnb uses machine learning to help categorize its listing photos 04 - tf.function and Autograph 05 ... Read more

2019 TF dev summit(2) - Introducing Tensorflow 2.0 and its high-level APIs

2019 TF dev summit series Tensorflow Dev Summit 2019 발표 영상들을 코드와 함께 요약하고 있습니다. 오역이나 의역, 빠진 내용들이 있을 수 있으며 더 자세한 컨퍼런스 정보는 Tensorflow Dev Summit Event page 에서 확인하실 수 있습니다. 01 - Keynote 02 - Introducing Tensorflow 2.0 and its high-level APIs 03 - Airbnb uses machine learning to help categorize its listing photos 04 - tf.function and Autograph 05 ... Read more

2019 TF dev summit(1) - Keynote

2019 TF dev summit series Tensorflow Dev Summit 2019 발표 영상들을 코드와 함께 요약하고 있습니다. 오역이나 의역, 빠진 내용들이 있을 수 있으며 더 자세한 컨퍼런스 정보는 Tensorflow Dev Summit Event page 에서 확인하실 수 있습니다. 01 - Keynote 02 - Introducing Tensorflow 2.0 and its high-level APIs 03 - Airbnb uses machine learning to help categorize its listing photos 04 - tf.function and Autograph 05 ... Read more

[WIP]Docker로 딥러닝 개발환경 구축하기

작성중에 있습니다. ^^ pip, pip3, conda, pipenv, sudo pip … 우리는 단지 딥러닝을 공부하고 싶었을 뿐인데, 개발 환경 구축이 왜이리 발목을 잡는지 모르겠습니다. 이 포스트에서는, Docker를 사용해 빠르고 쉽게 딥러닝 개발환경을 구축하는 방법을 같이 보시죠! Docker Docker는, 사실 문제는, 햄버거 그림 here 정말 문제는 개발환경 셋업시 충돌이 나게 되면 어떤 부분이 잘못되었는지 파악을 하기 힘들다는 것입니다. 잘못된 부분을 알면 그 부분만 고치면 되지만, 우리가 직면하는 대부분의 패키지 충돌 / 개발 스택들의 버전 충돌은 어디가 잘못되었는지 모르는 경우가 많죠. ... Read more

Vim Snippets Management with Ultisnips

Welcome, Vim lovers! Ultisnips by SirVer, currently stands among the most popular vim plugins. It provides concise, comprehensive snippet syntax that allows vim users to easily customize their snippets, and we can also leverage python interpolation to snippet syntax. In this post, rather than introducing the features of Ultisnips itself, I’ll s... Read more