📌  相关文章
📜  K.set_image_dim_ordering('tf') AttributeError: module 'keras.backend' has no attribute 'set_image_dim_ordering' - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:53.586000             🧑  作者: Mango

代码示例1
if(K.common.image_dim_ordering() == 'th'):

    input_tensor = Input(shape=(3, 299, 299))