如何将keras模型序列化为字符串

时间:2018-06-25 14:59:45

标签: keras

是否可以将keras模型序列化为字节流而不将其发送到文件?我需要腌制一个更大的结构,其中的keras模型只是其中的一小部分,而且它并不是特别大,因此非hdf5实现的开销并不大。

例如,类似这样的东西将是超级:

# I can incorporate this into a __getstate__ method for custom pickling
serialized_weights_config_architecture_and_everything = model.save_to_bytes()

0 个答案:

没有答案