We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7ee83 commit 20f4e76Copy full SHA for 20f4e76
doc/modules/model_persistence.rst
@@ -81,6 +81,10 @@ additional metadata should be saved along the pickled model:
81
This should make it possible to check that the cross-validation score is in the
82
same range as before.
83
84
+Since a model internal representation may be different on two different
85
+architectures, dumping a model on one architecture and loading it on
86
+another architecture is not supported.
87
+
88
If you want to know more about these issues and explore other possible
89
serialization methods, please refer to this
90
`talk by Alex Gaynor <http://pyvideo.org/video/2566/pickles-are-for-delis-not-software>`_.
0 commit comments