diff --git a/paper/latex/chapters/conclusion.tex b/paper/latex/chapters/conclusion.tex index c766fbd..afe6fa1 100644 --- a/paper/latex/chapters/conclusion.tex +++ b/paper/latex/chapters/conclusion.tex @@ -1,4 +1,4 @@ -% 第五章 总结与展望 +% 第六章 总结与展望 \section{总结与展望} diff --git a/paper/latex/chapters/verification.tex b/paper/latex/chapters/verification.tex new file mode 100644 index 0000000..52647d4 --- /dev/null +++ b/paper/latex/chapters/verification.tex @@ -0,0 +1,11 @@ +% 第五章:结果验证 + +\section{结果验证} + +\subsection{实验环境介绍} + +\subsection{实验对象介绍} + +\subsection{微调过程中资源占用和指标的变化} + +\subsection{微调效果验证} diff --git a/paper/latex/main.tex b/paper/latex/main.tex index 6ba77b9..1d3de16 100644 --- a/paper/latex/main.tex +++ b/paper/latex/main.tex @@ -135,6 +135,8 @@ \newpage \input{chapters/implementation} \newpage + \input{chapters/verification} + \newpage \input{chapters/conclusion}