Serialization
See original GitHub issueSome objects in pynndescent
are not serializable by pickle
or even cloudpickle
, for example pynndescent.rp_trees.FlatTree
. This prevents serialization of UMAP
fit objects when pynndescent
is used.
Relevant UMAP issue: lmcinnes/umap#273
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Serialization - Wikipedia
In computing, serialization (or serialisation) is the process of translating a data structure or object state into a format that can be stored...
Read more >What is serialization and how does it work? - Hazelcast
Serialization is the process of converting a data object—a combination of code and data represented within a region of data storage—into a series...
Read more >Serialization and Deserialization in Java with Example
Serialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the byte ......
Read more >Java - Serialization - Tutorialspoint
Java provides a mechanism, called object serialization where an object can be represented as a sequence of bytes that includes the object's data...
Read more >Serialization - MDN Web Docs Glossary: Definitions of Web ...
Serialization. The process whereby an object or data structure is translated into a format suitable for transfer over a network, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This seems to be related to how Numba handles things. Hopefully there is a reasonable work-around. It will take some time to figure out the right way to handle this.
@adilosa’s snippet also got me unstuck.