, actions=['age', 'gender', 'race', 'emotion'])*** AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'tensorboard==2.5.0
ten
populate_deserializable_objects AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects' 这似乎与question 61137954有关,而tensorflow本身又与tensorflow这很好,但是a)我尝试过的大多数
generic_utils.populate_dict_with_module_objects( 84 [initializers_v2],
AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'
我正在训练LSTM,并且正在定义参数和回归层。我用下面的代码得到标题中的错误: tf.contrib.rnn.LSTMCell(num_units=num_nodes[li], initializer= tf.contrib.layers.xavier_initializer() for li in range(n_layers)]
drop