使用hb_mapper checker进行模型转换时,有如下提示,
Layer Conv_790
Expected data shape range of Kernel shape is [[1, 2048],[1, 7],[1, 7],[1, 2048]], but the data shape is [256,9,1,256]
看起来是说kernel size太大,但是这并不是Error,请问这个问题重要吗?会不会影响精度或者其它的什么东西?
使用hb_mapper checker进行模型转换时,有如下提示,
Layer Conv_790
Expected data shape range of Kernel shape is [[1, 2048],[1, 7],[1, 7],[1, 2048]], but the data shape is [256,9,1,256]
看起来是说kernel size太大,但是这并不是Error,请问这个问题重要吗?会不会影响精度或者其它的什么东西?
