Save this function graph into a model file using protobuf-based serialization.

func_save(func, filename)

Arguments

func

- The CNTK `Function` instance on which to apply the operation

filename

Details

Use comm_is_main() to gate your call to save() in distributed environment.