본문 바로가기

tools23

"Intel MKL FATAL ERROR:" on Mac 내 놋북에선 잘 돌아가던 파이썬 코드가 왜왜 Mac에선 안돌아가는가. 뭔지도 모르는 에러가 나는데 알고보니(결론은) 내 최신형 iMac이 intel칩을 사용하지 않기때문에 나타나는 현상이라는..! MKL=Math Kernel Library(https://en.wikipedia.org/wiki/Math_Kernel_Library) iMac 24inch 제품사양: https://www.apple.com/kr/imac-24/specs/ iMac 24형 - 제품 사양 24형 iMac. 4.5k Retina 디스플레이. 8코어 Apple M1 칩. 최대 16GB 메모리와 2TB 저장 장치까지. 제품 사양 전체를 살펴보세요. www.apple.com Apple M1 칩 2021. 8. 2.
wsl에 OneDrive연결하기 1. 2년전 놋북 새로 구입후 윈도우에 wsl을 이용하여 우분투를 설치하고, 우분투에서 실행한 파일들을 윈도우로 옮긴다고 이거저거 찾아보고 알아보다가 뭐 복잡하게 뭘 설치하고 둘러서 어떻게 하고.. 뭐 다 필요없고 결국 내가 컴터 뒤적이다가 알게된 사실이 "/mnt/c"로 들어가면 윈도우로 들어가는거였단거다. 세상 허무함. 암튼 그래서 연결 폴더를 만들어놓고 output을 그 폴더로 다 보냈었더라지. 2. 이번에 iMac을 들이면서 업무용 놋북과의 연결이 필요해서 이거저거 설정하다보니 학교에서 마소 비지니스 계정을 쓰고 있어서 OneDrive를 사용해보기로 했다. 그래서 일단 놋북과 맥 사이에 연결은 해놨으나 놋북 안의 wsl 안에 있는것들은 어떻게 연결해야 하는가를 두고 검색을 검색을.. rclone을.. 2021. 7. 31.
NetCDF4-python 1. Documentation https://unidata.github.io/netcdf4-python/ netCDF4 API documentation __init__(self, group, name, datatype, dimensions=(), zlib=False, complevel=4, shuffle=True, fletcher32=False, contiguous=False, chunksizes=None, endian='native', least_significant_digit=None,fill_value=None,chunk_cache=None) Variable constructor. group: Gr unidata.github.io 2021. 7. 10.
Kernel Density Estimation 관련 참고 자료s 0. 참고 https://knanote.tistory.com/26 1. scikit-learn https://scikit-learn.org/stable/modules/density.html# 2.8. Density Estimation — scikit-learn 0.24.2 documentation 2.8. Density Estimation Density estimation walks the line between unsupervised learning, feature engineering, and data modeling. Some of the most popular and useful density estimation techniques are mixture models such as Gaussian .. 2021. 7. 10.