试题详情

在Keras中,使用哪个函数可以加载预训练的模型权重?

Amodel.load_weights()

Bmodel.compile()

Cmodel.fit()

Dmodel.predict()