标签: tensorflow deep-learning keras ensemble-learning
我有兴趣训练一系列多样且准确的模型。我想尝试不同的超参数设置,架构,初始化和优化器。我想知道在Keras中是否有TensorFlow相当于graph scope或session scope?在Keras有相当于tf.global_variables_initializer()的人吗?在Keras训练多个模型有哪些好方法?
graph scope
session scope
tf.global_variables_initializer()