parrisma / AI-Intuition

Set of Jupyter Notebooks exploring AI Concepts
MIT License
0 stars 0 forks source link

copy.deep_corresponding_copy - numpy base types #4

Open parrisma opened 4 years ago

parrisma commented 4 years ago

For numpy base types like <class 'numpy.int32'> do an implicit conversion to before serialisation. Else deep_corresponding_copy attempts to walk the attributes of the numpy type. This implicit conversion should happen before the src to type hint check and thow

parrisma commented 4 years ago

Linked to https://github.com/parrisma/AI-Intuition/issues/3