본문 바로가기

MacOS4

[issue] Kensington SlimBlade Trackball & mac OS crash issue M2 mbp 14 사용하고 있음, 하루에 적어도 한번씩 freezing 걸리면서 reboot 되는 현상 발생. 이유 "kensington driver" 때문이었음, kensingtonWorks제거 & steerMouse 사용하세요. 트랙볼을 연결하지 않은 상황에서 일주일동안 정상동작 확인함. 메모리와 cpu를 거의 풀로 땡기는 ML 트레이닝 중에도 프리징이 발생하지 않는다. 최신 driver 3.1.10 Uninstall 후 쾌적하게 맥을 사용하고 있다. kensingtonworks 에 있는 트랙스크롤을 너무 잘 사용하고 있어서, 다시 사용할 방법을 찾고 있음 legacy driver (kensingtonworks_2.3.2.pkg) 설치하고 사용해 볼 예정, 문제는 없는 것으로 판단된다. ** 추가 *.. 2024. 4. 22.
[issue] tensorflow, keras, transformer 버전 문제 TypeError: Exception encountered when calling layer 'embeddings' (type TFEmbeddings). colab, kaggle 에서 돌아가는 코드들이 로컬에서 돌리면 안돌아가는 경우가 있다. 대부분 버전문제로 아래 2줄의 코드로 해결했다. import os os.environ["TF_USE_LEGACY_KERAS"] = "1" 아래는 MacOS 에서 설치한 각버전 pip install tf-keras==2.16.0 pip install tensorflow-macos==2.15.0 pip install tensorflow-metal==1.1.0 # macos==2.15.0과 호환 pip install transformers==4.39.1 2024. 3. 29.
추천: 외부모니터 밝기제어 Mac 무료앱 : MonitorControl - for Apple Silicon and Intel https://github.com/MonitorControl/MonitorControl https://github.com/MonitorControl/MonitorControl/releases 2023. 3. 23.
추천 무료 맥앱 stats : macOS system monitor in your menu bar https://github.com/exelban/stats brew install stats https://github.com/exelban/stats/releases/download/v2.8.13/Stats.dmg GitHub - exelban/stats: macOS system monitor in your menu bar macOS system monitor in your menu bar. Contribute to exelban/stats development by creating an account on GitHub. github.com 2023. 3. 23.