在添加Conv1D层时出现错误’Input 0 is incompatible with layer conv1d_48: expected ndim=3, found ndim=2′
我试图构建以下模型: model = Sequenti…
keras 合并多个层导致 AttributeError: ‘NoneType’ object has no attribute ‘_inbound_nodes’
我在我的CNN中尝试添加一些固定的核,请看我下面的代码…
我试图构建以下模型: model = Sequenti…
我在我的CNN中尝试添加一些固定的核,请看我下面的代码…