Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个可能很愚蠢的问题。对于卷积神经网络中的不同层,NWHC 和 NCHW 格式的输出是否应该相同(例如,深度 conv2d、reg conv2d、池化等) - 特别是在使用向量表示输入/输出进行测试时。
我知道这两种格式的索引不同,但结果应该是一样的,对吧?