반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- deep learning #segmentation #sementic #pytorch #UNETR #transformer #UNET #3D #3D medical image
- 확산텐서영상
- 파이썬
- TeCNO
- parrec
- nibabel
- genetic epidemiology
- 데코레이터
- Surgical video analysis
- MRI
- nfiti
- paper review
- 코드오류
- TabNet
- MICCAI
- 유전역학
- PYTHON
- 확산강조영상
- tabular
- non-parametric model
- 모수적 모델
- parer review
- words encoding
- precision #정밀도 #민감도 #sensitivity #특이도 #specifisity #F1 score #dice score #confusion matrix #recall #PR-AUC #ROC-AUC #PR curve #ROC curve #NPV #PPV
- nlp
- Phase recognition
- parametric model
- decorater
- 비모수적 모델
- monai
Archives
- Today
- Total
목록anaconda #conda #명령어 (1)
KimbgAI
[python] 자주 사용하는 conda 명령어
$conda env list -> 가상환경 목록 $conda env remove -n -> 가상환경 삭제 $conda remove -n -> 가상환경에서 특정 패키지 삭제 $conda list --explicit > -> 현재 활성화된 가상환경에 설치된 패키지 내보내기 $conda create -n python=3.7 -> python version 3.7로 설치하여 가상환경 생성 $conda create -n --clone -> 가상환경 복제하여 가상환경 생성 $conda create -n --file -> 가상환경을 새로 만들면서 requirement.txt 목록의 패키지 설치 $conda install $conda install -c conda-forge -> conda-forge 채널을 이용해서 ..
python
2022. 9. 28. 16:29