KRnet 2020 발표 자료
[카테고리:] Tech
Possibility of hpc application on cloud infrastructure by container cluster
The 22nd IEEE International Conference on Computational Science and Engineering (IEEE CSE 2019) Oral Presentation
대규모 GPU 기반 K8S Cluster를 활용한 ML Training Troubleshooting
Open Infrastructure & Cloud Native Days Korea 2019 발표자료
Deep Learning 남들보다 100배 빠르게 (High Performance Computing for AI)
2018 IBM Developer Day에서 발표한 자료입니다. Multi GPU를 활용해서 어떻게 하면 Deep Learning을 빠르게 할 수 있는지와 관련 논문을 통해서 실례를 소개 하였습니다.
보호된 글: 개발 환경 꾸미기
보호 글이라서 요약이 없습니다.
주 52시간 시대의 개발자
바야흐로 주 52시간의 시대가 활짝 열렸다. 우리 회사는 유연근무제 도입으로 주단위 업무 시간 제한이 아닌 월단위 업무시간 제한으로 뭔가 복잡한 공식을 대입해야만 법규를 위반하지 않는 상황이 되었다. 물론 회사에서 이런
Kubernetes Setting
[All nodes] sudo apt-get update && sudo apt-get install -y apt-transport-https curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add – sudo su cat <<EOF > /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF