목록..... (45)
루토's sssssstory
WWDC 24에서 공개된 Multifuction Models 라는 내용이 있어서 내용을 찾아보았다. https://developer.apple.com/videos/play/wwdc2024/10159/ Bring your machine learning and AI models to Apple silicon - WWDC24 - Videos - Apple DeveloperLearn how to optimize your machine learning and AI models to leverage the power of Apple silicon. Review model conversion workflows to...developer.apple.comhttps://developer.apple.com/videos/p..
$ sudo apt update $ sudo apt list --upgradable $ sudo apt upgrade $ sudo apt --purge autoremove $ sudo apt intall update-manager-core $ sudo do-release-upgrade -d Issue 1. Proxy - 프록시를 사용중이라면 /etc/apt/apt.conf.d 에서 90proxy 파일로 프록시 설정 추가 - /etc/wgetrc 를 수정해서 wget 도 프록시 추가 Issue 2. SSL connection - OpenSSL connection 오류 발생시 - curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.x..
E tensorflow/stream_executor/cuda/cuda_blas.cc:238] failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 원인: Windows 10에서 tensorflow gpu 버전을 backend로 keras를 사용하는 경우에 실행 시 위와 같은 오류 메시지가 발생하면 메모리 부족일 수 있음.해결: 사용하지 않는 프로그램을 종료하여 여유 메모리를 확보한 후 재실행.
우분투 로그인 시 아래와 같이 업그레이드를 권하는 메시지가 출력된다. Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-98-generic x86_64) * Documentation: https://help.ubuntu.com/ 152 packages can be updated.104 updates are security updates. New release '16.04.1 LTS' available.Run 'do-release-upgrade' to upgrade to it. 배포판은 그대로 두고 security update 항목만 설치를 하기 위해서는 아래 링크를 참조 http://askubuntu.com/questions/194/how-can-i-install-ju..
sudo add-apt-repository ppa:noobslab/themes또는/etc/apt/sources.list 파일에 deb http://ppa.launchpad.net/noobslab/themes precise main 추가하고 sudo apt-get updateUbuntu 12.04 에서 위와 같은 명령을 이용해 repository를 추가 하고 업데이트를 할 때 아래와 같은 메시지를 만날 수 있다.W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxxxxxxxxxx이럴 ..
As you may know, we can not change the icon size of launcher box in Ubuntu 12.04When you execute the below command, /usr/lib/nux/unity_support_test -pIf there is a message as below, it is not available to change the size. Not software rendered: no Not blacklisted: yes GLX fbconfig: yes GLX texture from pixmap: yes GL npot or rect textures: yes GL vertex program: yes GL fragment program: yes GL v..
CMA를 처음 접하는 사람들을 위한 짧은 ...From "[PATCHv11 0/8] Contiguous Memory Allocator"https://groups.google.com/forum/#!topic/linux.kernel/5JSXa3vxNmA A few words for these who see CMA for the first time: The Contiguous Memory Allocator (CMA) makes it possible for device drivers to allocate big contiguous chunks of memory after the system has booted. The main difference from the similar frameworks is the f..
http://lwn.net/Articles/450633/CMA developer Marek Szyprowski의 Contiguous Memory Allocator에 대한 초기 계획 링크 글.CMA를 이해하기 위해서 도움이 되려나?
Even though you installed adt-bundle-sdk and jdk, if you meet the below message after execution adb or fastboot on Ubuntu , bash: /home/user/android-sdk/sdk/platform-tools/adb: No such file or directory You should install the below things, sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386