
내 올드맥북프로 내컴퓨터 정보에 분명 nvidia geforce 650m 있는데 왜 나는 deep learning cuda 버전을 사용할 수 없나? 시작하기 전에 지금 설치된 os 가 catalina인데 여기선 지원 안하는 거 같아 어쩌지? (공식적으로 high sierra 까지 지원) 1. cuda 설치해보기 올드맥을 위한 제일 최신 cuda: https://www.nvidia.com/en-us/drivers/cuda/418_163/macosx-cuda-418_163-driver/ NVIDIA CUDA 418.163 for macOS release To download and install the drivers, follow the steps below: STEP 1: Review the NVIDIA ..
1. ldd file_name linux.die.net/man/1/ldd ldd(1): print shared library dependencies - Linux man page ldd(1) - Linux man page Name ldd - print shared library dependencies Synopsis ldd [OPTION]... FILE... Description ldd prints the shared libraries required by each program or shared library specified on the command line. Security In the usual case, ldd invo linux.die.net 2. lsof -p processid man7.o..

1. snapshot을 모두 제거하고 2. 시스템 종료 후 3. 디스크를 늘리고 (virtual machine -> settings-> Hard disk ) 4. 재부팅하면 아직 사이즈는 늘어나 있지 않다. 그래서 혹시 재부팅하다 멈춘다면 파일 시스템이 꽉 차서 더이상 일을 못하는 경우이다. 재부팅 후 recovery mode에서 파일 정리를 한후 진행한다. #df -h 5. disk 정보 확인 및 변경 #sudo cfdisk 아직 파티션은 그대로 이다. 사이즈 늘리기!!! resize -> write -> "yes" 6. 파일 시스템 늘리기 #sudo resize2fs /dev/sda1
ml-cheatsheet.readthedocs.io/en/latest/activation_functions.html Activation Functions — ML Glossary documentation Exponential Linear Unit or its widely known name ELU is a function that tend to converge cost to zero faster and produce more accurate results. Different to other activation functions, ELU has a extra alpha constant which should be positive number. ELU is ml-cheatsheet.readthedocs.io