The ordering of the dimensions in the inputs. channels_last corresponds to inputs with shape (ba...

谁借莪1个温暖的怀抱¢ 2024-03-25 15:47 172阅读 0赞

对于输入,维度的排序是channels_last对应输入形状为(batch_size, height, width, channels),而channels_first对应输入形状为(batch_size, channels, height, width)。

发表评论

表情:
评论列表 (有 0 条评论,172人围观)

还没有评论,来说两句吧...

相关阅读