Skip to content

Update for column 6 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/column/beautiful-python-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tags: ["Python", "ruff", "rust"]
type: "post"
---

<!-- ## ✨️ Python のコードを美しく保つには -->
## ✨️ Python のコードを美しく保つには

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/n65c55ca011e3" >}}
4 changes: 3 additions & 1 deletion content/column/extending-diffusers-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tags: ["Python", "diffusers"]
type: "post"
---

<!-- ## 🧨 `diffusers` のコードを拡張する -->
## 🧨 `diffusers` のコードを拡張する

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/nb558ff80165f" >}}
5 changes: 4 additions & 1 deletion content/column/mastering-huggingface-ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ draft: false
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"
image: "https://assets.st-note.com/production/uploads/images/182597849/rectangle_large_type_2_b31ef1440929f1e8582fc3cc55700c6a.png"

# meta description
description: "🤗 Hugging Face のエコシステムを使い倒す"
Expand All @@ -21,3 +21,6 @@ type: "post"

## 🤗 Hugging Face のエコシステムを使い倒す

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/na43041c88ad7" >}}
4 changes: 3 additions & 1 deletion content/column/python-dataclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tags: ["Python", "Type Hint", "dataclass"]
type: "post"
---

<!-- ## 🔎 `dataclass` で万物に型をつけよう -->
## 🔎 `dataclass` で万物に型をつけよう

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/nc1106f2ef926" >}}
4 changes: 3 additions & 1 deletion content/column/reproducible-experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tags: ["Python", "uv", "docker", "rust"]
type: "post"
---

<!-- ## 🧪 深層学習を用いた実験における再現可能な環境構築 -->
## 🧪 深層学習を用いた実験における再現可能な環境構築

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/n0f0e9e42b5aa" >}}
4 changes: 3 additions & 1 deletion content/column/typehint-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tags: ["Python", "Type Hint"]
type: "post"
---

<!-- ## 💡すべてを救う Python の型ヒントについて -->
## 💡すべてを救う Python の型ヒントについて

詳細は以下をご覧ください。

{{< blogcard url="https://note.com/shunk031/n/n02edafb543a6" >}}