Latex表格设置-表格并排

该文档展示了如何在LaTeX中创建表格,用于分析不同设计和超参数对重建和预测模型效果的影响。具体包括Pose-VQVAE的联合与分离模型在MSE上的比较,以及Transformer和CodeUnet在WER上的表现。此外,还探讨了训练步数和长度候选对模型性能的贡献。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.引入库

代码如下(示例):

\documentclass{article}

\usepackage{ctex}

% 更多表格设置见 texdoc booktab 三线表
% texdoc longtab 跨越长表格
% texdoc tabu    综合表格宏包

2.正文区

代码如下(示例):

% 正文区
\begin{document}
\begin{table}[h]
    \caption{Analysis into the effects of different designs and hyperparameters for our propose model.}
    \begin{subtable}[h]{0.45\textwidth}
        \centering
        \caption{Ablation on design of reconstruction and prediction model.}
        \begin{tabular}{ccc}
            \toprule
            \small{\textbf{Reconstruction Model}}    & \small{\textbf{MSE} ($\downarrow$)} \\
            \midrule
            \small{Pose-VQVAE-joint} & \small{0.0242} \\
            \small{Pose-VQVAE-seperate} & \small{\textbf{0.0139}} \\
            \hline \hline
            \small{\textbf{Prediction Model}}    & \small{\textbf{WER} ($\downarrow$)} \\
            \midrule
            \small{Transformer} & \small{80.36}\\
            \small{CodeUnet} & \textbf{\small{78.21}}\\
            \bottomrule
        \end{tabular}
       \label{abl:model_design}
    \end{subtable}
    \hfill
    \begin{subtable}[h]{0.49\textwidth}
        \centering
        \caption{Ablation on the hyperparameters of training steps and length candidates.}
        \begin{tabular}{cc|cc}
            \toprule
            \makecell[c]{\textbf{Training} \\ \textbf{Steps}} & \textbf{\small{WER}} ($\downarrow$) & \makecell[c]{\textbf{Length} \\\textbf{Candidates}} & \textbf{\small{WER}} ($\downarrow$) \\
            \hline
            \small{10} & \small{81.06} & \small{1} & \small{79.45}\\
            \small{50} & \small{79.31} & \small{2} & \small{78.69}\\
            \small{100} & \small{78.21} & \small{3} & \small{78.21}\\
            \small{150} & \small{78.17} & \small{4} & \small{78.74}\\
            \small{200} & \small{78.15} & \small{Gold} & \small{77.26} \\
            \bottomrule
        \end{tabular}
        \label{abl:timesteps}
     \end{subtable}
     \label{tab:temps}
\end{table}
\end{document}

pdf示例:

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

笔下万码生谋略

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值