최근 포스트

에러해결 - OOM

최대 1 분 소요

ResourceExhaustedError: OOM when allocating tensor with shape[11772117,100] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0...

weight 확인

최대 1 분 소요

학습중 각각의 layer의 현재 weight를 확인을 해 보아야 하는 상황이 생긴다.

에러해결-OMP:Error

최대 1 분 소요

OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized. OMP: Hint: This means that multiple copies of the OpenMP runtime h...

wget,curl을 통해 다운로드

최대 1 분 소요

클라우드를 통해 gpu를 사용할 일이 생겼는데 그 곳에 데이터, 환경설정 등 여러일을 해줘야한다. 그 중에서 나의 데이터를 클라우드 컴퓨터 상에 전달을 해야하는데 이를 구글 드라이브를 통해 데이터를 옮기는것이 가장 보편적이기에 포스팅해본다.

에러해결- GPU 할당 에러

최대 1 분 소요

RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same