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 | 31 |
Tags
- DP
- 코테
- diffusion model
- Python
- video generation
- segmentation map
- style align
- 프로그래머스
- 코딩테스트
- image editing
- VirtualTryON
- controlnext
- dreammotion
- magdiff
- video editing
- visiontransformer
- transformer
- score distillation
- 3d generation
- BOJ
- 논문리뷰
- 3d editing
- segmenation map generation
- Programmers
- 네이버 부스트캠프 ai tech 6기
- diffusion
- controllable video generation
- Vit
- diffusion models
- emerdiff
Archives
- Today
- Total
목록위장 (1)
평범한 필기장
[Programmers_Python] 위장
https://school.programmers.co.kr/learn/courses/30/lessons/42578 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 내 풀이 방식 -> 시간 초과 옷 종류별로 몇개가 있는지를 나타내기 위해 dictionary 자료구조를 이용했다. 하나 이상의 옷 종류를 고르는 모든 경우의 수를 옷 종류의 개수로 표현해서 리스트를 만든다. 아래의 사진은 테스트 케이스에 대해 실행해서 나온 결과이다. 출력 부분에 dictionary와 dictionary의 value들, 모든 경우의 수를 표현한 리스트를 출력한 결과이다. 모든 경우..
코딩 테스트 준비/Programmers
2023. 3. 31. 14:52