Files
roboimi/roboimi/vla/conf/head/conditional_unet1d.yaml
2026-02-11 15:53:55 +08:00

16 lines
567 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
_target_: roboimi.vla.models.heads.conditional_unet1d.ConditionalUnet1D
_partial_: true
# ====================
# UNet1D 配置
# ====================
kernel_size: 3 # 卷积核大小
cond_predict_scale: false # FiLM 条件化时是否同时预测 scalebias + scale 或仅 bias
# ====================
# 网络架构(默认值,可覆盖)
# ====================
# diffusion_step_embed_dim: 256 # 扩散时间步嵌入维度
# down_dims: [256, 512, 1024] # 下采样各层通道数
# n_groups: 8 # GroupNorm 分组数