在使用Keras的时候会遇到这样的代码 x = Conv2D(filters, kernel_size=5, strides=2, padding='same')(x) ,与pytorch不同,keras和TensorFlow设置卷 ...
確定! 回上一頁