일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로그래머스
- WSSS
- docker
- numpy
- 오블완
- AIFFEL
- HookNet
- cocre
- docker exec
- 기초확률론
- airflow
- 도커
- GIT
- logistic regression
- aiffel exploration
- ssh
- 사회조사분석사2급
- cs231n
- 티스토리챌린지
- IVI
- docker attach
- vscode
- 백신후원
- 코크리
- Jupyter notebook
- Decision Boundary
- 히비스서커스
- CellPin
- Pull Request
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
Archives
- Today
- Total
목록getattr() (1)
히비스서커스의 블로그

optuna를 통해 최적의 하이퍼 파라미터를 찾는 코드를 작성 후 실행하다가 에러를 마주하였다. 먼저, 실행하였던 코드들을 간략하게 정리해보겠다. 실행하고 있던 코드가 나와있는 원문 https://towardsdatascience.com/https-medium-com-perlitz-hyper-parameter-optimization-with-optuna-1c32785e7df A 5 min guide to hyper-parameter optimization with Optuna Finding the best hyper-parameters for your model is now a breeze. towardsdatascience.com 라이브러리를 불러오고 dataloader 함수를 작성한다. from __..
Programming/Python
2022. 5. 23. 22:39