전체 글100 [Tensorflow2] Non-OK-status: tensorflow::Env::Default()->DeleteFile(ptx_path) status: Permission denied: 아주 지독한 녀석이다 /tmp파일이 문제가 있는 것 같은데.................. 권한을 777로 바꾸고..하라는 것을 다 해보았지만 해결하지 안되었는데.. 그냥 reboot하니까 해결이 되었다(tmp파일이 다 삭제 되어서..) 2022. 6. 24. [DASR] Unsupervised Degradation Representation Learning for Blind Super-Resolution 1. Paper Bibliography 논문 제목 - Unsupervised Degradation Representation Learning for Blind Super-Resolution 저자 - Wang et al. 출판 정보 / 학술대회 발표 정보 - Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2021. 년도 - 2021 2. Problems & Motivations Blind Super-Resolution 대부분 존재하던 CNN-based SR methods들은 degradation(ex: bicubic downsampling)을 알고 있다는 전제하에 연구되어왔습니다. 하지만 이러한 metho.. 2022. 6. 20. [Ubuntu] 우분투 /var/log/messages 로그파일 없음 컴퓨터가 자기 멋대로 꺼질 때가 있어서 shutdown 로그를 확인하려고 했다 로그를 확인하려면 다음을 치면 된다고 해서 쳤으나 sudo vim /var/log/messages /var/log/messages가 없었다..!!!!!! 그래서 /var/log/messages가 왜 없는지를 검색했다 "우분투에서 10.x부터 syslog 데몬인 rsyslogd에 무개를 실어감으로 인해 디폴트 값으로 /var/log/messages가 주석처리 되어있더군요." 출처: https://itstory.tk/entry/우분투-varlogmessages-로그파일이-없을때 [덕's IT Story:티스토리] 잘 이해는 못하겠지만 직접 확인을 해보았다 sudo vim /etc/rsyslog.d/50-default.conf co.. 2022. 6. 20. [Pycharm] the current inotify(7) watch limit is too low 파이참이 느려요 😡 에러는 아니지만.. 파이참 인덱싱이 너무 느리고 화가날 때 1. /etc/sysctl.conf 를 연다 sudo vim /etc/sysctl.conf 2. 다음을 입력한다 fs.inotify.max_user_watches = 524288 3. 저장 후 다음을 입력한다 sudo sysctl -p 이걸 하니 좀 나아졌다 reference https://stackoverflow.com/questions/33959353/android-studio-shows-the-warning-inotify-limit-is-too-low Android Studio shows the warning inotify limit is too low Every time on start Android studio dis.. 2022. 6. 3. 인공지능이란? 인공지능 기계가 인간의 지능을 가질 수 있게 하는 기술. 인간과 같이 생각하고 행동할 수 있게 함 자연어 처리, 컴퓨터 비전, 로보틱스 등 머신러닝 기계가 대량의 데이터로부터 학습하는 것 훈련, 테스트 과정으로 진행된다 학습의 결과는 기계가 작성한 프로그램 혹은 저장된 데이터인 모델이다 딥러닝 머신러닝의 한 종류이며 주로 신경망을 토대로 만들어진다 음성, 영상, 언어 이해 등 다방면에서 활용된다 2022. 6. 1. [wandb] AttributeError: module 'wandb' has no attribute 'init' AttributeError: module 'wandb' has no attribute 'init' 잘되던 wandb가 갑자기 이런 에러가 뜬다. 나는 아무짓도 안했는데! 당황스러웠지만 wandb를 업그레이드하라는 메세지가 눈에 띄어 한번 해보았다 pip install wandb --upgrade 다시 된다! 2022. 5. 30. 이전 1 ··· 5 6 7 8 9 10 11 ··· 17 다음