최근 포스트

1 분 소요

Adversarial Attack 동향 및 이를 활용한 Image Recognition 증가

최대 1 분 소요

Image 학습 분야에서 Deep Learning 을 활용한 다양한 NN 기술들이 등장하면서 다양한 SOTA 가 나오고 있지만 이와 같은 분야에서 Adversarial Attack 에 취약하다는 사실이 알려지고 이를 이용하여 Training 을 해보자. Adversarial At...

Searching for Activation Functions

최대 1 분 소요

Searching for Activation Function 출처 : https://arxiv.org/abs/1710.05941 date : Fri, 27, Oct 2017 Intro RL 기반 Activation Function 을 찾아보자! ReLU...

Pytorch Distributed Training 방법

최대 1 분 소요

PyTorch Distributed Training Distributed Training N 개 이상의 GPU 서버를 활용하여 동시에 학습을 진행함을 의미한다. Communication backend TCP 일반적으로 알고 있는 TCP Protocol 을 활용하여 서버간 Commu...