试题详情

在Keras中,使用哪个函数可以将模型转换为静态图模型?

Amodel.to_static()

Bmodel.convert_to_static()

Cmodel.as_graph_def()

DKeras不支持静态图模型