forked from huggingface/diffusers
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Seongsu Park edited this page Feb 5, 2023
·
36 revisions
- Hugging Face
- Diffusers
- text-to-image
- push
- step: ์คํ
- convolution: ์ปจ๋ณผ๋ฃจ์
- ์ฐจ์์์(dimensions ordering)
- ๋ค์ค ์ด๋ฏธ์ง ๋ฐฐ์น(multi-image batches)
- ํผํฉ ์ ๋ฐ๋(mixed precision) // ํผํฉ ์ ๋ฐ๋๋ผ๋ ํํ์ด ์๋ ์ค ๋ชฐ๋๋ค์(ํ๊ท)
- Channels Last: ๋ฉ๋ชจ๋ฆฌ ์ธ์ด๋น์ ์ํ ์ต์ ๊ฐ์๋ฐ ์ด๋ป๊ฒ ๋ฒ์ญํ๋ฉด ์ข์๊น์?
- tracing
- half precision
- ์ฑ์: '๋ฐ์ ๋ฐ๋'๋ผ๋ ๋ง์ด ์๊ธด ํด์ ์ฌ์ฉ์ ํ์ต๋๋ค
- load
- sliced attention
- fine tuning: ๋ฏธ์ธ ์กฐ์
- ๋ผ์ด์ ์ค or ๋ผ์ด์ผ์ค
- forward pass
- just-in-time
- inference
- push
- custom
- code snippet