diff --git a/docs/XThesis.example.xml b/docs/XThesis.example.xml
index 733f7f5..bb13c80 100644
--- a/docs/XThesis.example.xml
+++ b/docs/XThesis.example.xml
@@ -73,6 +73,12 @@
所定义。
+
+ - 输入图像经过预处理模块进行归一化。
+ - 特征提取网络(如fig:arch所示)提取多尺度特征。
+ - 分类头根据eq:loss计算损失并输出预测结果。
+
+
figures/architecture.png
@@ -112,15 +118,11 @@
-
- 实验采用以下数据集:
- CIFAR-10
- 、
- CIFAR-100
- 和
- ImageNet
- 。
-
+
+ - CIFAR-10:10 个类别,共 60,000 张 32×32 彩色图像。
+ - CIFAR-100:100 个类别,共 60,000 张 32×32 彩色图像。
+ - ImageNet:1,000 个类别,共约 120 万张训练图像。
+
diff --git a/docs/XThesis.xsd b/docs/XThesis.xsd
index 89b2bb0..f1804a0 100644
--- a/docs/XThesis.xsd
+++ b/docs/XThesis.xsd
@@ -28,6 +28,8 @@
+
+
@@ -97,8 +99,7 @@
-
-
+
@@ -419,6 +420,41 @@
+
+
+
+
+ 表示有序列表。内部包含多个 li 列表项。
+
+
+
+
+
+
+
+
+
+
+ 表示无序列表。内部包含多个 li 列表项。
+
+
+
+
+
+
+
+
+
+
+ 列表项,仅可为 ol 或 ul 的子元素。其内容由 span、inlineeq、b、i、ref、cref、cite 等内联元素组成。
+
+
+
+
+
+
+
+