是否可以将keras
模型序列化为字节流而不将其发送到文件?我需要腌制一个更大的结构,其中的keras
模型只是其中的一小部分,而且它并不是特别大,因此非hdf5实现的开销并不大。
例如,类似这样的东西将是超级:
# I can incorporate this into a __getstate__ method for custom pickling
serialized_weights_config_architecture_and_everything = model.save_to_bytes()