전체 글 469

Git 권한 되돌리기

git config --global --add alias.permission-reset '!git diff -p -R --no-ext-diff --no-color | grep -E "^(diff|(old|new) mode)" --color=never | git apply' git permission-reset git - git 내에서 파일과 디렉토리의 권한을 수정 한 경우 어떻게 복원합니까? - IT 툴 넷 (pythonq.com) git - git 내에서 파일과 디렉토리의 권한을 수정 한 경우 어떻게 복원합니까? - IT 툴 넷 git - git 내에서 파일과 디렉토리의 권한을 수정 한 경우 어떻게 복원합니까? 출처 git file file-permissions 자식 체크 아웃이 있습니다. 모든 파일 ..

ETC. 2021.05.27

Comparing Machine Learning Algorithms' Performance using Machine Learning Operations (MLOps) and the AWS Cloud Development Kit (CDK)

https://aws.amazon.com/ko/blogs/architecture/field-notes-comparing-algorithm-performance-using-mlops-and-the-aws-cloud-development-kit/ Field Notes: Comparing Algorithm Performance Using MLOps and the AWS Cloud Development Kit | Amazon Web Services Comparing machine learning algorithm performance is fundamental for machine learning practitioners, and data scientists. The goal is to evaluate the ..

AWS 2021.05.25