You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Due to limits of the protobuf implementation, proto sizes cannot exceed 2GB. This can lead to the following errors when attempting to save very large models:\n",
735
+
"\n",
736
+
"```\n",
737
+
"ValueError: Message tensorflow.SavedModel exceeds maximum protobuf size of 2GB: ...\n",
738
+
"```\n",
739
+
"\n",
740
+
"```\n",
741
+
"google.protobuf.message.DecodeError: Error parsing message as the message exceeded the protobuf limit with type 'tensorflow.GraphDef'\n",
742
+
"```\n",
743
+
"\n",
744
+
"If you wish to save models that exceed the 2GB limit, then you'll need to save using the new proto-splitting option:\n",
"More information can be found in the [Proto Splitter / Merger Library guide](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/proto_splitter/in-depth-guide.md)."
0 commit comments