batchwise(也常写作 batch-wise)意为“按批次地;以批处理方式”。常用于计算机、数据处理与机器学习语境,表示把数据分成一批一批来处理,而不是逐条或一次性全部处理。
/ˈbætʃwaɪz/
The files are processed batchwise to save memory. 这些文件按批次处理,以节省内存。
In training, the model updates its parameters batchwise, which can make optimization more stable than updating after every single example. 在训练中,模型按批次更新参数,这相比每个样本都更新一次,可能让优化过程更稳定。
由 batch(“一批;一组”)+ 后缀 -wise(表示“以……方式;就……而言”,如 clockwise)构成,整体字面意思就是“以批次的方式”。在技术写作中常见连字符形式 batch-wise,强调结构清晰。