Skip to content

Commit fbff551

Browse files
committed
Add Google Verification Code 3
1 parent 89e47b4 commit fbff551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ social:
4444
# - https://www.facebook.com/username
4545
# - https://www.linkedin.com/in/username
4646

47-
google_site_verification: hSazsKXTjw6mlFH_zTqbQTQ39lavbYblI24mPJt-iV0 # fill in to your verification string
47+
google_site_verification: 4dGA72o3Dr83tETbW803272CkrOLrq1zGVHOzpSaeHM # fill in to your verification string
4848

4949
# ↑ --------------------------
5050
# The end of `jekyll-seo-tag` settings

_posts/2024-5-10-use-of-dataloader-and-dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [machine learning, deep learning, data processing, python, pytorch, datalo
88

99
为了提高代码的可读性与模块化特性,我们希望数据集代码与模型训练代码分离。于是 PyTorch 提供了两个原始类型(Data Primitive):`torch.utils.data.DataLoader``torch.utils.data.Dataset`,分别用于定义数据集对象、迭代读取数据条目。
1010

11-
下面将先介绍如何快速上手,之后对两个原始类型的参数进一步解释
11+
下面将先介绍如何快速上手,之后对两个原始类型的参数作详细解释
1212

1313
## 快速上手
1414

0 commit comments

Comments
 (0)