Add required problem reporting.

This commit is contained in:
unlockable
2024-03-19 19:48:23 +08:00
parent 4e269f8c6a
commit a0d2181b07
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -220,6 +220,12 @@ tanh表示双曲正切函数。若训练过程中的目标函数为L且已知
\end{subfigure}
\hfill
\end{figure}
\item 遇到的问题及解决方法
\begin{enumerate}
\item 代码中对灰度图像的矩阵进行标准化时,\lstinline{numpy}显示不能对\lstinline{NumpyGenericArray}进行对\lstinline{float}\lstinline{/}操作。改用\lstinline{np.div()}解决了这个问题。
\item 在利用训练好的模型进行预测时,发现自己找到的大部分模型都预测错误;最后与训练集的图片进行了对比,发现主要问题是裁切字母时留下了过大的边距,导致模型不能正确理解输入。重新裁剪边框后,得到正确的结果。
\end{enumerate}
\item 建议希望下次发布作业代码可以利用清华的git。
\end{enumerate}