Skip to content

Commit

Permalink
revise
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed Jul 15, 2022
1 parent fc3664f commit faa714f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latex/sections/overview.tex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ \subsection{本地克隆代码}\label{overview:local-clone}
\subsection{basicsr 作为 Python package}\label{overview:package}

BasicSR 也有一个单独的 Python package --- basicsr,发布在 \href{https://pypi.org/project/basicsr}{pypi} 上。
它可以通过 pip 安装,提供了训练框架、流程、BasicSR 中已有的函数和功能。你可以基于 basicsr 方便地搭建你自己的项目基。例如,
它可以通过 pip 安装,提供了训练框架、流程、BasicSR 中已有的函数和功能。你可以基于 basicsr 方便地搭建你自己的项目。例如,

\centerline{基于 basicsr 搭建的 \href{https://github.com/xinntao/Real-ESRGAN}{Real-ESRGAN};}
\centerline{基于 basicsr 搭建的 \href{https://github.com/TencentARC/GFPGAN}{GFPGAN}。}
Expand Down Expand Up @@ -119,7 +119,7 @@ \subsection{basicsr 作为 Python package}\label{overview:package}
% ----------------------------------
\section{单元测试}\label{overview:unit-test}

我们使用单元测试主要保证输入输出 shape 的正确性,以及一些流程的正确定
我们使用单元测试主要保证输入输出 shape 的正确性,以及一些流程的正确性
一般来说,我们较少使用。BasicSR为了完备,将单元测试也加入进来。

\texttt{tests} 目录的函数会被单元测试执行。
Expand Down

0 comments on commit faa714f

Please sign in to comment.